Kick shows
#1

Hello well i tried to add so when you kick/ban anyone it will show the reason and the kicker. So i added this one

Код:
stock KickEx ( playerid )
{
	new ms = GetPlayerPing ( playerid ) > 200 ? 200 : GetPlayerPing ( playerid ) + 50 ;
	return SetTimerEx ( "MyKick", ms , 0, "i", playerid ) ;
}
forward MyKick ( playerid );
public MyKick ( playerid ) { Kick ( playerid ) ;}
But it wont work. Did i set it in the wrong section or what?
Reply


Messages In This Thread
Kick shows - by TonyNames - 24.12.2013, 15:39
Re: Kick shows - by VenomMancer - 24.12.2013, 15:43
Re: Kick shows - by TonyNames - 24.12.2013, 16:57
Re: Kick shows - by TonyNames - 24.12.2013, 17:13
Re: Kick shows - by HardRock - 24.12.2013, 17:13
Re: Kick shows - by TonyNames - 24.12.2013, 17:18
Re: Kick shows - by HardRock - 24.12.2013, 17:22
Re: Kick shows - by TonyNames - 24.12.2013, 17:35
Re: Kick shows - by Konstantinos - 24.12.2013, 17:39
Re: Kick shows - by VenomMancer - 24.12.2013, 22:48

Forum Jump:


Users browsing this thread: 1 Guest(s)