Need help.
#1

Hello guys.
I have met a problem when compiling. It's that my compiler crashes when I try to compile the gamemode.


(it's MW3 gamemode, I have fixed some errors of it and only this error left).

The gamemode is big as fuck, and I can't keep searching for the missing bracket, I am not sure if it's the problem, but I need someone to help me in this, and that would be really good for me.
Thanks.
Reply
#2

Either grab the sublime editor and use that to find the bracket issue, or diff it against the original to see if you've messed something up between the fixes.
Reply
#3

it works good with zeex compiler
Reply
#4

Quote:
Originally Posted by ******
Посмотреть сообщение
Split the mode up in to logically separate files. E.g. put teams in one file, custom mapping in another. And keep all the data for the different systems separate as well.
For real, it would be really hard on him to do all of that xd

Quote:
Originally Posted by CaptainBoi
Посмотреть сообщение
it works good with zeex compiler
Link of that compiler please?
Reply
#5

Quote:
Originally Posted by CaptainBoi
Посмотреть сообщение
it works good with zeex compiler
I have tried it, but still crashing.

I can't do every system in one file, they are a lot man, go check gamemodes scripts > modern warfare 3
Reply
#6

Start with tracing back what you did before the last time the gamemode compiled properly and then commenting out any chunks of code that you added after that and recompile. Once the script recompiles (or even does not crash), the error is within the last chunk of code you commented out.
Reply
#7

It didn't compile before.. I just fixed some errors by defining some things that aren't defined, didn't add anything exept the defines.
Reply
#8

I advice you to use 'Missing Brackets Finder 2' - a very helpful tool to find the missing bracket you forgot to add/remove.

https://sampforum.blast.hk/showthread.php?tid=291018

Hope this will helps you out.
Reply
#9

Quote:
Originally Posted by DeathCore
Посмотреть сообщение
I advice you to use 'Missing Brackets Finder 2' - a very helpful tool to find the missing bracket you forgot to add/remove.

https://sampforum.blast.hk/showthread.php?tid=291018

Hope this will helps you out.
will test it, thanks.
Reply
#10

i compiled it and got this
https://pastebin.com/acPJNeZ8
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)