Easier way to find errors? - 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: Easier way to find errors? (
/showthread.php?tid=359390)
Easier way to find errors? -
ShawtyyMacJunior - 13.07.2012
I have an argument type mismatch somewhere in a somewhat big script. I cant find that mistake by going through every last line. How can i find that error faster
Re: Easier way to find errors? -
DeathTone - 13.07.2012
it tells you the line that the error is on, when it gives you the warning.
Re: Easier way to find errors? -
MP2 - 14.07.2012
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\filename.pwn(
1337) : error 035: argument type mismatch (argument 1)
= The error is on line 1337. Type Ctrl+G and input '1337'.