SA-MP Forums Archive
Pawno crashes - 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: Pawno crashes (/showthread.php?tid=608058)



Pawno crashes - iKevin - 27.05.2016

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?


Re: Pawno crashes - oMa37 - 27.05.2016

Can you show us the latest code you added?
Also make sure you didn't miss any brackets.


Re: Pawno crashes - Dayrion - 27.05.2016

Quote:
Originally Posted by oMa37
Посмотреть сообщение
Can you show us the latest code you added?
Also make sure you didn't miss any brackets.
+1. In general this happens when you miss brackets. Also if you didn't miss brackets, put the new script here which you added before you get crash.


Re: Pawno crashes - iKevin - 27.05.2016

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?


Re: Pawno crashes - Sew_Sumi - 27.05.2016

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.


Re: Pawno crashes - Sinox - 27.05.2016

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.


Re: Pawno crashes - Lucky13 - 27.05.2016

You might want to run a Missing Bracket Finder ( just to assure if this is or not the problem ). I've also faced this problem and the Missing Bracket Finder fixed it for me You should give it a try, it's really efficient and atleast you know if the problem is from there or not.

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

Good luck buddy!