02.09.2010, 04:25
Try addind "new Cash[MAX_PLAYERS];" at the top of your script
you also might want to add this stock to:
you also might want to add this stock to:
pawn Код:
stock SetPlayerCash(playerid, money)
{
Cash[playerid] = money;
}