Posts: 77
Threads: 58
Joined: Jun 2012
Reputation:
0
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
Posts: 154
Threads: 13
Joined: Dec 2010
Reputation:
0
it tells you the line that the error is on, when it gives you the warning.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
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'.