View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 05-09-2012 , 15:13   Re: Array Question
Reply With Quote #9

Quote:
Originally Posted by Bacardi View Post
example, if I understand what berni means cell array
PHP Code:
// String array
new String:g_key[][] =
{
    
"Smoke",
    
"Flash",
    
"Godmode"
}

// Cell array
new g_value[] =
{
    
5000,
    
6000,
    
8000

yep, that's what I meant.
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline