29.06.2015, 20:51
Hi, I've been working on Rank system. i need some help. when a player reaches his score on which he will get ranked up; the message of ranked up getting spammed. i think it is because of the score. it remains 250 so it would spam it.
Anyone got idea, kindly post reply below.
================================================
Screenshot:

================================================
Anyone got idea, kindly post reply below.
Код:
if(GetPlayerScore(playerid) >= 250)
{
rank[ playerid ] = 1;
SendClientMessageToAll(-1, "{00FF00}New rank.");
}
Screenshot:

================================================


