03.06.2009, 14:18
Quote:
Originally Posted by coole210
Quote:
I have these commands : Код:
GivePlayerTcash(playerid, tcash) ResetPlayerTcash(playerid) GetPlayerTcash(playerid) |
pawn Код:
for(new i=0;i<MAX_PLAYERS;i++) { SetPlayerScore(i, GetPlayerTcash(i)); }