Sublime Text 3 problem - 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: Sublime Text 3 problem (
/showthread.php?tid=664692)
Sublime Text 3 problem -
xenocideniki - 08.03.2019
Hello, I have a problem with sublime text, generally, when trying to compile via pawno editor, everything goes well, but when i try compiling with sublime text, it gives me an couple of errors called
Код:
C:\Users\Kuba\Desktop\server\pawno\include\modules\header\this_core.txt(5) : error 021: symbol already defined: "GM_VERSION"
C:\Users\Kuba\Desktop\server\pawno\include\modules\header\this_core.txt(7) : error 021: symbol already defined: "GM_WEBSITE"
C:\Users\Kuba\Desktop\server\pawno\include\modules\header\this_core.txt(18) : error 021: symbol already defined: "sqliteconnection"
When I tried to remove those symbols, it's given an output like, "symbol is not defined"
I appreciate every help.
Re: Sublime Text 3 problem -
TheToretto - 08.03.2019
Are you compiling a txt file
?
Re: Sublime Text 3 problem -
xenocideniki - 08.03.2019
No I'm trying to compile gamemode which includes that, also I haven't made that gm