25.06.2014, 00:35
Й sу colocar uma checagem na funзгo que termina a rota:
PlayerInfo[Level] й um exemplo, mude para a variavel do seu gm.
pawn Code:
if(PlayerInfo[Level] == 4000)
{
new MSGRANK[128], Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
format(MSGRANK,sizeof,MSGRANK), "Parabйns ao Jogador %s agora ele esta com Ranking Level %s", Name, VariavelDoRank);
SendClientMessageToAll(-1, MSGRANK);
}