giveallscore
#4

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


Messages In This Thread
giveallscore - by r2mv - 17.04.2010, 15:19
Re: giveallscore - by Torran - 17.04.2010, 15:31
Re: giveallscore - by r2mv - 17.04.2010, 15:56
Re: giveallscore - by Torran - 17.04.2010, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)