Posts: 184
Threads: 41
Joined: May 2015
Reputation:
0
Hello, i am having some prob with compiling my GM. it gives me error on each line of native in core.inc like line 12 then line 14 then upto last native. i am using same core in other server GM but it works fine? please help me!
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Use core.inc given in server package. if you are using other server's include(other version) then download server package again and copy that old package. if still error remains then download LATEST inc not old inc.
Hoped helped.
Posts: 226
Threads: 6
Joined: Jan 2013
Reputation:
0
Would be nice if you tell us some of that errors.
Probably you have a typo somewhere in other scripts. Try to remember what you have changed last time and check that parts of code. Maybe it's opened but not closed curly bracket, maybe it's just accidentally typed character somewhere in the end of a line.
I suggest to check last edited files and don't trust in compiler when he tells you that everything is bad.
When I changed my keyboard I often accidentally taped "\" button (or "|") and got many errors in other place just like you do. It took me a lot of my time, so I wrote a script that copied all gamemode source files into separate dir (BUILD...). Now when I meet such an issue with compiler I just check my code, and if I can't find a typo I use diff to compare files or simply copy files from older build to locate that error.
Hope that helps.