09.04.2013, 21:30
If only you would of searched before posting (as stated in the rules), you would of found your answer.
Since SA:MP 0.3x, new security measures were added and instead of waiting a little while to kick someone, once Kick() is called, it literally does it immediately.
So, in order to send messages BEFORE the kick, you have to put the kick on a timer.
So, create a 150-200 ms timer that will call the Kick() function.
Since SA:MP 0.3x, new security measures were added and instead of waiting a little while to kick someone, once Kick() is called, it literally does it immediately.
So, in order to send messages BEFORE the kick, you have to put the kick on a timer.
So, create a 150-200 ms timer that will call the Kick() function.