ban command - help! - 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: ban command - help! (
/showthread.php?tid=470173)
ban command - help! -
Chrillzen - 16.10.2013
Hey. My command works fine, but the player that gets banned never sees any message AKA the ban info he's supposed to see. All he sees is "server closed connection".
Re: ban command - help! -
gtakillerIV - 16.10.2013
It's a 0.3x bug. You'll have to create a delay using a timer before banning the player.
https://sampforum.blast.hk/showthread.php?tid=437892
Re: ban command - help! -
doreto - 16.10.2013
Important Note: As of
SA-MP 0.3x, any action taken before Kick(),Ban(),BanEx (such as sending a message with SendClientMessage) will not work. A timer must be used to delay the kick. - sa-mp wiki
EDIT:
Quote:
Originally Posted by gtakillerIV
It's a 0.3x bug.
|
No, it's not a bug!
Re: ban command - help! -
Chrillzen - 16.10.2013
Oh, thanks.