Server crashing when i add the biz 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)
+--- Thread: Server crashing when i add the biz system (
/showthread.php?tid=507126)
Server crashing when i add the biz system -
iThePunisher - 16.04.2014
i just made vip business filterscript but when i add at server.cfg
and join,
the server gets crashed.
this is caused 100% by the biz filterscript because i tested
but there are no errors!!!!!
So what is the problem there?
Re: Server crashing when i add the biz system -
Dignity - 16.04.2014
Have you tried checking your server log? (aka console output)
Re: Server crashing when i add the biz system -
iBanner - 16.04.2014
Use crashdetect plugin so we can see which line you are having problem.
Link below
https://sampforum.blast.hk/showthread.php?tid=262796
Re: Server crashing when i add the biz system -
iThePunisher - 16.04.2014
i already have crash detect
there are no errors.....
Edit : Miloone
yes i have check server logs
Re: Server crashing when i add the biz system -
DobbysGamertag - 16.04.2014
Would you be so kind as to post the server log?
Re: Server crashing when i add the biz system -
iThePunisher - 16.04.2014
server logs
pawn Код:
[14:04:10] Incoming connection: //********************** i wont show
[14:04:10] [join] punisher has joined the server (//***********my ip i wont show
[14:04:11] [SAMP-BANS]: Encountered an error, the page didn't respond
[14:04:18] [SPAWN] punisher (0)
[14:04:45] (null)
this is the crash info!!!!!
Re: Server crashing when i add the biz system -
BroZeus - 16.04.2014
i think (null) is causing by this:
print("");
or by using rcon command:
echo
Re: Server crashing when i add the biz system -
iThePunisher - 16.04.2014
that isnt the problem ,
that doesn't cause any problem...
Re: Server crashing when i add the biz system -
BroZeus - 16.04.2014
Quote:
Originally Posted by iThePunisher
that isnt the problem ,
that doesn't cause any problem...
|
it is (null) makes u crash go ****** and read it
Re: Server crashing when i add the biz system -
Pottus - 16.04.2014
Probably trying to do some file functions on a file that does not exist.