SA-MP Forums Archive
Is /kick and /ban built in? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Is /kick and /ban built in? (/showthread.php?tid=120602)



Is /kick and /ban built in? - whereschris - 11.01.2010

I just made a /kick command, it compiles fine and now when I go to use /kick it uses some completly different command I did not ever script. Its not included in a FS so I don't know whats causing the /kick and /ban command to already be there. Is there anyway to remove it so I can use my own custom /kick and /ban?

Thanks.


Re: Is /kick and /ban built in? - Kyosaur - 11.01.2010

No they're not built in, but there are kick/ban commands in "base.pwn". I suggest removing it from your server.cfg (you'd have to make a /pm command if you do this tho).



Re: Is /kick and /ban built in? - whereschris - 11.01.2010

Quote:
Originally Posted by Kyosaur!!
No they're not built in, but there are kick/ban commands in "base.pwn". I suggest removing it from your server.cfg (you'd have to make a /pm command if you do this tho).
Exactly what i was looking for..

Thanks!