SA-MP Forums Archive
I need help with this - 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: I need help with this (/showthread.php?tid=274285)



I need help with this - ServerRestart - 05.08.2011

Right, im wanting to make a /ban command but the admins can ban in seconds minutes hours and years and days

/minuteban
/hourban
/yearban
/secondban
/dayban

Anyone got an idea how to do this


Re: I need help with this - ServerRestart - 05.08.2011

Anyone?


Re: I need help with this - emokidx - 05.08.2011

i think that the jban.inc can do this
but still i dont have a clear idea..


Re: I need help with this - sleepysnowflake - 05.08.2011

http://forum.sa-mp.com/showthread.ph...highlight=unix

You also have an example on how to make TempBans ^^


AW: I need help with this - samtey - 05.08.2011

Just make a normal ban command, and in ur server, type for 1 hour 60 (because it will be in minutes!)! Or multiplicate other, like:

PHP код:
mins*60*1000
Do the same, but for hours!


Re: I need help with this - ServerRestart - 05.08.2011

Ty samtey i'll try that :P