Message not showing (/kick)
#3

Use this:

Код:
stock F_Kick(playerid)
{
    return SetTimerEx("kicktimer", 500, false, "u", playerid);
}

forward kicktimer(playerid);
public kicktimer(playerid) return Kick(playerid);

#if defined _ALS_Kick
    #undef Kick
#else
#define _ALS_Kick
    #endif
#define Kick F_Kick
And not because you have to use another function, so that problem is fixed.
Reply


Messages In This Thread
Message not showing (/kick) - by roar - 02.03.2014, 10:31
Re: Message not showing (/kick) - by PrivatioBoni - 02.03.2014, 10:33
Respuesta: Message not showing (/kick) - by iNetX - 02.03.2014, 10:41
Re: Respuesta: Message not showing (/kick) - by roar - 02.03.2014, 10:48
Respuesta: Re: Respuesta: Message not showing (/kick) - by iNetX - 02.03.2014, 10:54
Re: Message not showing (/kick) - by roar - 02.03.2014, 10:58

Forum Jump:


Users browsing this thread: 1 Guest(s)