24.11.2013, 16:16
Quote:
|
Try this
pawn Код:
|
--
The correct way was mentioned already above.
Declaration:
pawn Код:
new pMoney[MAX_PLAYERS];
pawn Код:
// OnPlayerConnect:
pMoney[playerid] = 0;
|
Try this
pawn Код:
|
new pMoney[MAX_PLAYERS];
// OnPlayerConnect:
pMoney[playerid] = 0;