Server Crashing from script - 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: Server Crashing from script (
/showthread.php?tid=418741)
Server Crashing from script -
Nuke547 - 25.02.2013
Fixed.
Re: Server Crashing from script -
Mystique - 25.02.2013
I don't see anything else wrong than this line.
Код:
format(string, sizeof(string), "You have banned %s for %d hours.", hours);
You have only put the integer %d as hours but the string %s has nothing.