[Ajuda] Colocar um Timer em Dialog
#3

Sim, eu sei isso, mas o que quero dizer й o seguinte:
pawn Код:
public OnPlayerSpawn(playerid)
{
    // Anti-Spawnkill (5 seconds)
 
    // Set their health very high so they can't be killed
    SetPlayerHealth(playerid, 999999);
 
    // Notify them
    SendClientMessage(playerid, -1, "You are protected against spawn-killing for 5 seconds.");
 
    // Start a 5 second timer to end the anti-spawnkill
    SetTimerEx("EndAntiSpawnKill", 5000, false, "i", playerid);
}
vendo esse ai, estб definido no: OnPlayerSpawn, mas em vez do onplayerspawn eu quero por no botгo de avanзar. Como posso fazer isso?
Reply


Messages In This Thread
Colocar um Timer em Dialog - by Pedro_Teixeira - 16.04.2013, 19:09
Re: Colocar um Timer em Dialog - by Gleisson_. - 16.04.2013, 19:14
Re: Colocar um Timer em Dialog - by Pedro_Teixeira - 16.04.2013, 19:29
Re: Colocar um Timer em Dialog - by StringBR - 16.04.2013, 20:25
Re: Colocar um Timer em Dialog - by Gleisson_. - 16.04.2013, 21:15
Re: Colocar um Timer em Dialog - by Pedro_Teixeira - 17.04.2013, 20:03

Forum Jump:


Users browsing this thread: 1 Guest(s)