/ban report system? - 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: /ban report system? (
/showthread.php?tid=169653)
/ban report system? -
dannydarth - 20.08.2010
Is it possible to make a /ban report system...like /report but it will show the last 10 bans that were made. to help keep track of ban evaders?
Re: /ban report system? -
gamer931215 - 20.08.2010
https://sampwiki.blast.hk/wiki/Fwrite
It can write files in your scriptfiles folder, so as example a file called banlog.txt
Re: /ban report system? -
dannydarth - 20.08.2010
hhmm will that work for say an admin command?
Re: /ban report system? -
gamer931215 - 20.08.2010
Quote:
Originally Posted by dannydarth
hhmm will that work for say an admin command?
|
Well you got already an ban command i guess ?
so put it on the command, and then it will write it in the log if im right.
Re: /ban report system? -
dannydarth - 20.08.2010
nah that's what i was kinda asking for someone to help me make a ban report command. im just learning how to script so its a little hard for me lol.