question about 0.0x
#7

You need to set a timer for a kick.
For an example -

pawn Код:
forward KickTimer(playerid);
public KickTimer(playerid)
{
    Kick(playerid);
    return 1;
}
pawn Код:
//command kick
SetTimerEx("KickTimer", 1000, false, "i", id); //1 second, When the 1 second passes, the id(target) gets kicked, seeing the messages
EDIT: Ah, SilentSoul was faster
Reply


Messages In This Thread
question about 0.0x - by ic3cr3am - 30.12.2013, 16:59
Re: question about 0.0x - by Stereotype - 30.12.2013, 17:27
Respuesta: question about 0.0x - by Xabi - 30.12.2013, 17:29
Re: question about 0.0x - by kN1GhT - 30.12.2013, 17:29
Re: question about 0.0x - by Konstantinos - 30.12.2013, 17:29
Re: question about 0.0x - by SilentSoul - 30.12.2013, 17:31
Re: question about 0.0x - by Kyance - 30.12.2013, 17:31
Re: Respuesta: question about 0.0x - by iDuckling - 30.12.2013, 17:31
Re: question about 0.0x - by ic3cr3am - 30.12.2013, 17:44
Re: question about 0.0x - by tyler12 - 30.12.2013, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)