Help with Timer
#5

Replace:
pawn Code:
GivePlayerMoney(playerid, 20000);
SetPlayerScore(playerid, level+1);
with:
pawn Code:
for(new i = 0;i < MAX_PLAYERS; i++)
{
GivePlayerMoney(i, 20000);
SetPlayerScore(i, level+1);
}
Reply


Messages In This Thread
Help with Timer - by matute - 15.12.2010, 16:58
Re: Help with Timer - by matute - 15.12.2010, 17:05
Re: Help with Timer - by WillyP - 15.12.2010, 17:07
Re: Help with Timer - by matute - 15.12.2010, 17:08
Re: Help with Timer - by [MWR]Blood - 15.12.2010, 17:32
Re: Help with Timer - by matute - 15.12.2010, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)