Help me :D
#9

Quote:
Originally Posted by coole210
Quote:
Originally Posted by Pandabeer1337
pawn Код:
for(new i=0;i<MAX_PLAYERS;i++) { SetPlayerScore(i, tcash[i] /*?*/); }
For tcash[i] should i put GetPlayerTcash[i] instead?

I have these commands :

Код:
GivePlayerTcash(playerid, tcash)
ResetPlayerTcash(playerid)
GetPlayerTcash(playerid)
yes if you made that by yourself than you could do this:

pawn Код:
for(new i=0;i<MAX_PLAYERS;i++) { SetPlayerScore(i, GetPlayerTcash(i)); }
Reply


Messages In This Thread
Help me :D - by coole210 - 03.06.2009, 13:23
Re: Help me :D - by Think - 03.06.2009, 13:25
Re: Help me :D - by coole210 - 03.06.2009, 13:48
Re: Help me :D - by Backwardsman97 - 03.06.2009, 13:52
Re: Help me :D - by Think - 03.06.2009, 13:58
Re: Help me :D - by coole210 - 03.06.2009, 14:01
Re: Help me :D - by Think - 03.06.2009, 14:05
Re: Help me :D - by coole210 - 03.06.2009, 14:08
Re: Help me :D - by Think - 03.06.2009, 14:18
Re: Help me :D - by coole210 - 03.06.2009, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)