24.12.2013, 15:39
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
But it wont work. Did i set it in the wrong section or what?
Код:
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 ) ;}