03.02.2010, 19:36
I need help with a function, i made it for when a player hits a score of 500, it resets and the next round commence's.
Код:
public ScoreReach()
{
if(GetPlayerScore(playerid) = 500)
{
SendClientMessageToAll(COLOR_RED,"game score reached!");
SendRconCommand("GMX");
}

