14.07.2016, 12:18
Hey guys my rank system when player get 50 kills the system spam
codes:
codes:
PHP код:
new string[100+1000];
if(pInfo[playerid][Kills] == 50)
{
rank[playerid] = 1;
TRank = "XtremeX Newbie";
format(string,sizeof(string),"* %s (ID: %d) reached the rank level %d (%s)",GetName(playerid),playerid,rank,TRank);
SendClientMessageToAll(0xEBFF00FF,string);
}