Bug with compil (SUBLIME) - 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: Bug with compil (SUBLIME) (
/showthread.php?tid=643902)
Bug with compil (SUBLIME) -
Klayton - 30.10.2017
Hello, i have this
include\sscanf.inc(33) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.
Re: Bug with compil (SUBLIME) -
Sew_Sumi - 30.10.2017
Show your include lines.
Re: Bug with compil (SUBLIME) -
Klayton - 30.10.2017
http://prntscr.com/h3owz6
Re: Bug with compil (SUBLIME) -
Klayton - 30.10.2017
I have an other line:
[cmd: ['pawncc.exe', '-i includes', 'C:\\Users\\username\\Desktop\\rp\\gamemodes\\scri pt.pwn', '-;+']]
Re: Bug with compil (SUBLIME) -
zMason - 30.10.2017
Try putting sscanf include right after a_samp, I've had a similar error before, that fixed it for me.
Re: Bug with compil (SUBLIME) -
Klayton - 30.10.2017
yeah fixed, thanks