SA-MP Forums Archive
giveallscore - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: giveallscore (/showthread.php?tid=142196)



giveallscore - r2mv - 17.04.2010

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


Re: giveallscore - Superrollo - 02.08.2011

Could you share this givescore with me please?


Re: giveallscore - sleepysnowflake - 02.08.2011

pawn Код:
for(new i=0; i <= MAX_PLAYERS; i++)
{
// Givescore code here. Like ....
SetPlayerScore(i,100);
SendClientMessageToAll(3,"You got 100 score now. You lucky bastard.");
}