[PEDIDO]/KILL
#3

BOM NA QUESTГO DO SETTIMER EU JA FIZ PASSA 5 SEGUNDOS O PLAYER MORRE .-.

@EDIT

Agora no GetPlayerPos nгo consigo faser.

pawn Код:
if (strcmp("/kill", cmdtext, true, 10) == 0)
{
    SetTimerEx("Carregando", 5000,false,"i",playerid);
    SendClientMessage(playerid, 0xFFA500AA, "Aguarde 5 segundos que o servidor irб matar vocк.");
    return 1;
}


forward Carregando(playerid);
public Carregando(playerid)
{
    SetPlayerHealth(playerid,0);
    return 1;
}
Reply


Messages In This Thread
[PEDIDO]/KILL - by Victor_Souz4 - 16.11.2011, 20:27
Re: [PEDIDO]/KILL - by ViniBorn - 16.11.2011, 20:34
Re: [PEDIDO]/KILL - by Victor_Souz4 - 16.11.2011, 20:36
Re: [PEDIDO]/KILL - by Enderman - 16.11.2011, 20:44
Re: [PEDIDO]/KILL - by ViniBorn - 16.11.2011, 20:45
Re: [PEDIDO]/KILL - by Victor_Souz4 - 16.11.2011, 20:55
Re: [PEDIDO]/KILL - by Paramount. - 16.11.2011, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)