Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
Hi all,
I am having such a trouble with my pawno. Today I have just customized a gate script and inputted it into my current project but when I compiled pawno crashed. It said that it has been compiled at the left down corner but the compiler crashes and I have to close it.
Any idea why this happens?
Posts: 928
Threads: 13
Joined: Feb 2016
Reputation:
0
Can you show us the latest code you added?
Also make sure you didn't miss any brackets.
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
The new script is IceBilizard's gate system. I edited it and inputted it to my script. Does compiler crash if you use dini for gate saving and mysql for account saving?
Posts: 6,242
Threads: 8
Joined: Jun 2008
Damn dude, get in to your code and start looking.
If you have an older version, when it wasn't crashing and the current version and used winmerge, you'd likely find the issue, rather than trying to make a problem with a random posting on your thread because you are obviously missing something.
You need to look at your problem, and look properly.
Posts: 33
Threads: 1
Joined: Jun 2015
Reputation:
0
Here's a tip: comment out the section you recently added and compile the script. If it works fine, make the commented section smaller and smaller and you will find out the cause eventually.