SA-MP Forums Archive
Ban command - 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 (/showthread.php?tid=333714)



Ban command - HazardGaming - 12.04.2012

Hey, I was wondering if someone could teach me how to make a ban command using MySQL?

Thanks.


Re: Ban command - mineralo - 12.04.2012

just use samp ban system
Код:
Ban(playerid);
BanEx( playerid, "reason" );
more info check here
https://sampwiki.blast.hk/wiki/Ban


Re: Ban command - HazardGaming - 12.04.2012

It's easier to keep the log through MySQL for me.