pawno has stopped working when compile - 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 has stopped working when compile (
/showthread.php?tid=629299)
pawno has stopped working when compile -
SH0x - 24.02.2017
hi
when i want to compile this gamemode , pawno has been crashed and stopped working
i attached .pwn file
can anyone help me to fix that?
+ i checked this :
https://sampforum.blast.hk/showthread.php?tid=171429&
but this software doesn't work on my pc
Respuesta: pawno has stopped working when compile -
nahum2003 - 24.02.2017
Quote:
Originally Posted by SH0x
|
Hello, that happens. That also happened to me, check if you havenot any key open, just close it. Or check somethings.
Re: pawno has stopped working when compile -
Sew_Sumi - 24.02.2017
Quote:
Originally Posted by SH0x
but this software doesn't work on my pc 
|
You'll find you are missing a runtime of some sort for it not start.
Re: pawno has stopped working when compile -
VixxeN - 25.02.2017
Maybe you have problems with includes.
Re: pawno has stopped working when compile -
Sew_Sumi - 25.02.2017
Quote:
Originally Posted by VixxeN
Maybe you have problems with includes.
|
More than likely the issue they face comes from their script, and more precisely, highly likely to be the missing brace ( { } ).
Re: pawno has stopped working when compile -
Toroi - 25.02.2017
If your script is not that big, download Notepad++, select the default C++ language and use indent guide to follow every brace one by one.
If it's big, try to remember what were you doing when you faced this problem first and start looking on there.