Server crash as soon as execution happens - 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 crash as soon as execution happens (
/showthread.php?tid=656965)
Server crash as soon as execution happens -
NoteND - 28.07.2018
Hey!
So I have this in my script to spawn guns, and it randomly stopped working, anyone knows issue?
for (new a = 0; a < 10000; a++)
atm i have 10000 but earlier I tried with 30000 and it worked, but now it doesnt with 10k..
Re: Server crash as soon as execution happens -
GRiMMREAPER - 28.07.2018
Use crashdetect to get more information about what's occurring.
Re: Server crash as soon as execution happens -
NoteND - 28.07.2018
Im also using CreateDynamicObject from icognito's streamer so too many items couldnt be problem since they only spawn when u're close to them..
Re: Server crash as soon as execution happens -
GRiMMREAPER - 30.07.2018
Could you do what I indicated in the previous reply, as that'd be the only way I could offer you the necessary assistance?