11.12.2012, 19:07
May i ask, why do you guys forward it? You could although use it like:
SetTimerEx("KickEx", 500 (500 ms should be enough, increase if not), false, "i", playerid);
KickEx(playerid)
{
Kick(playerid);
return 0;
}
I'm not sure, but il'll think it will work in the same way. I don't use this but i just have a thought
SetTimerEx("KickEx", 500 (500 ms should be enough, increase if not), false, "i", playerid);
KickEx(playerid)
{
Kick(playerid);
return 0;
}
I'm not sure, but il'll think it will work in the same way. I don't use this but i just have a thought