18.04.2010, 22:40
Inicio do GM Abaixo das #Includes
Em OnPlayerSpawn:
No final do GM:
pawn Код:
forward SistemaScore();
pawn Код:
SetTimer("SistemaScore",60*60*1000,false);
No final do GM:
pawn Код:
public SistemaScore()
{
GetPlayerScore(playerid)
SetPlayerScore(playerid, +1);
SendClientMessage(playerid, 0xF60000AA "Vocк Upou seu level")
}