giveallscore
#1

Does anyone make giveallscore command? I have givescore but not too good ...
Reply
#2

Use a loop

pawn Код:
for (new i = 0; i != MAX_PLAYERS; ++i)
Or foreach

http://forum.sa-mp.com/index.php?topic=117573.0
Reply
#3

no work/.....
Reply
#4

pawn Код:
for (new i = 0; i != MAX_PLAYERS; ++i)
{
if(IsPlayerConnected(i))
{
SetPlayerScore(i, SCORE);
}
}
Simple as that..
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)