SA-MP Forums Archive
Kicking/Banning Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Kicking/Banning Question (/showthread.php?tid=441951)



Kicking/Banning Question - Akira297 - 05.06.2013

Whenever, I am doing something on a server and I get kicked and or banned from the server it never displays the kick'd reason and or the banned reason. Anyone might have a explanation behind this? I've heard it's related to the servers timer or something.


Re: Kicking/Banning Question - RichieĀ© - 05.06.2013

Kick and ban has higher priority. Use SetTimerEx to delay it, then messages will be shown.


Re: Kicking/Banning Question - Akira297 - 05.06.2013

So was this required when 0.3x came out or since when was this a requirement? I remember when it only mattered by, which came first in the script.


Re: Kicking/Banning Question - xXRealLegitXx - 05.06.2013

If you have the SendClientMessage(targetid, "<Imput Text Here>" before the Kick/Ban(playerid) and it still doesnt work, set a timer for 1000 miliseconds, that will give it enough time to show, then give the timer the command when it finishes kick/ban(targetid)


Re: Kicking/Banning Question - Black Wolf - 05.06.2013

Search there exists alots of topics on this.