17.09.2015, 14:52
Ta funcionando corretamente '-'
Faзa este debug para voce mesmo ver:
E o timer chamara apos 5 segundos...
Faзa este debug para voce mesmo ver:
E o timer chamara apos 5 segundos...
PHP код:
forward Dialog_Baze(playerid);
public Dialog_Baze(playerid) // Chama o Timer e activa-o
{
SendClientMessage(playerid, -1, "[DEBUG]: o Timer chamou corretamente Dialog_Baze");
if(pInfo[playerid][Sheep] > 1)
{
SetPlayerHealth(playerid,150);
ShowPlayerDialog(playerid, DIALOG_BASE, DIALOG_STYLE_LIST, "Spawn", "Here\nBase", "Select", "");
}
return 1;
}