16.08.2014, 09:47
Quote:
|
pawn Код:
pawn Код:
|
-----------
Quote:
|
do it like this
pawn Код:
the sole name of an array is the pointer to it's 1st element ps: u don't need the clips when using the keyword "sizeof" this: pawn Код:
|

__________________________________________________ __________________________________________________ _______________________________________________
One last question,
now in this case
pawn Код:
new string[4][128];
but what do I do in this case
pawn Код:
enum pData
{
pPass[20], // what do I do to get the size of this one?
// .....
pCash,
Float:pPosx,
Float:pPosy,
Float:pPosz,
pKills,
pDeaths,
pVehnumber,
Float:pHealth
}
new PlayerData[MAX_PLAYERS][pData];


