Posts: 161
Threads: 2
Joined: Jul 2014
Reputation:
0
Let's get this straight. My pawno takes hell of a time to compile. I waited for about 30 minutes for it to compile but it dosen't. I've created my own scratch game mode. It got 4k lines. Possibly reason could be - every admin rank got it's own variables in enumerators. (Total 8 ranks). I've not tried to remove the variables, nor i can figure what the problem is. I just guessed about it.
Posts: 161
Threads: 2
Joined: Jul 2014
Reputation:
0
Problem still persists. It still hangs, and i don't have any marcos. The moment i added admin variables in enumerators and used in some commands, it started to hang.
Posts: 256
Threads: 1
Joined: Aug 2014
Reputation:
0
Pawno did that to me several times when i didn't match some brackets. Take a look over the new code and check if all the new brackets have a matching one.
Posts: 14
Threads: 0
Joined: Apr 2012
Reputation:
0
Usually that happens when you miss an extremely small problem (missing bracket), but the compiler is unable to detect it - therefore attempting to parse a line over and over again.