Kicking System
#2

That is something with 0.3x....

you can use this...

add this on top
Код:
forward TIMER_KickPublic(playerid);
public TIMER_KickPublic(playerid) { Kick(playerid); }
and with this func you kick player
Код:
KickFor(id, msg[]) // ID of kicked player ,custom msg...
{
   // Add here your msg...
   return SetTimerEx("TIMER_KickPublic", 1000, 0, "d", id);
}
Reply


Messages In This Thread
Kicking System - by Nivniv2 - 22.02.2013, 21:43
Re: Kicking System - by detter - 22.02.2013, 21:48
Re: Kicking System - by Skribblez - 23.02.2013, 04:07

Forum Jump:


Users browsing this thread: 1 Guest(s)