SA-MP Forums Archive
Upgrade of pawno. - 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: Upgrade of pawno. (/showthread.php?tid=547319)



Upgrade of pawno. - Banditukas - 22.11.2014

Hi,

Maybe it'is possible to update pawno like that i get all warnings when now i get with crash detector when array is bad, like that

new miau = -1;

new miau2[ 5 ];

new miau3 = miau2[ miau ];

Then i get in pawno compiler, please check your miau2 because it'is can be a -1.

And something similar.


Re: Upgrade of pawno. - Banditukas - 22.11.2014

But crash detector don't show the line where is error, just give in what callback, but if that callback is huge and you need to search and maybe there is just in one situation that error, when player do that or that it'is very hard to find yourself. Compiling with -d3 or something similar, crash server when i start because out of memory.