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