Timer for kick
#1

How to make timer for kick player.

I mean, Kick player after 3 seconds.

SettimerEx("Kick", "false", 0 , playerid);? something this?
Reply
#2

Код:
SetTimerEx("Kickplayer",3000,false,"i",kickedplayerid);

public Kickplayer(kickedplayerid)
{
Kick(kickedplayerid);
return 1;
}
Reply
#3

If it's hard for you to do, go to:
Код:
www.******************/post/KickBaninc_-_Hooks_Kick_and_Ban_to_show_messages_properly-Emmet_-other_include-13162/
for the include, add the include on your gamemode or whatever, no need of editing your kick, or ban one by one.

NOTE: Credit goes to the author.
Reply
#4

already done. but thanks.
Reply
#5

Quote:
Originally Posted by STONEGOLD
Посмотреть сообщение
already done. but thanks.
No problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)