17.04.2010, 15:17
Does anyone make giveallscore command? I have givescore but not too good ...
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.");
}