Quote:
Originally Posted by ShufflexDD
right example please, I'm too confused
kinda got it
Code:
CreateArray(ByteCountToCells(21));
Or use ByteCountToCells once to get value is enough?
@Doc-Holiday, I found it in 2 post above yours 
|
you were asking for an example....... lol so i showed you how to use it and yes according to the way the post are after mine the above code would create what you want. however the wiki shows
new Array[X][32];
is the same as
CreateArray(32);
Wouldnt you be able to simply
PHP Code:
g_array = CreateArray(21);
PushArrayString(g_array, szSteamId);