17.04.2013, 18:38
pawn Код:
if(dini_Int(file, "HTerrestre") == 0) {
new score = GetPlayerScore(playerid);
if(score < 7) SendClientMessage(playerid, Amarelo, "|info| Permitido atй nivel 6!");
else if(score >= 7) {
SetPlayerWantedLevel(playerid, 1);
SendClientMessage(playerid, Amarelo, "|INFO| Voce nгo tem habilitaзao e foi adicionado 1 estrela de procurado!!");
}
return 1;
}