SA-MP Forums Archive
Pawn compiller stops working - 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: Pawn compiller stops working (/showthread.php?tid=647399)



Pawn compiller stops working - MrakBuster - 04.01.2018

Hey guys,

my pawn compiller sometimes just stops working for no reason, i dont know why. In code there really should be no mistake, since when it stops working, i save the .pwn file and close it, than i reopen it and compile, it does not stop working, it compiles as it should. Where can be problem guys? Help me please.


Re: Pawn compiller stops working - RogueDrifter - 04.01.2018

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


Re: Pawn compiller stops working - Kraeror - 04.01.2018

This problem happens when you have maybe missing closing bracket! Take a look of your script for missing brackets or paste here the code and we will fix it!


Re: Pawn compiller stops working - MrakBuster - 04.01.2018

Код:
censored
Here is my code, i tried to look for brackets, but was unsuccessfull. For every help i thank in regard.


Re: Pawn compiller stops working - RogueDrifter - 04.01.2018

Quote:
Originally Posted by MrakBuster
Посмотреть сообщение
Код:
// INCLUDY
#include <a_samp>
#include <YSI\y_ini>
#include <zcmd>
// FARBY (љtruktъra farieb: NБZOVnormбl, LNБZOVsvetlб, DNБZOVtmavб - prнpadne popis [hlavnб funkcia farby])
#define RED 0xFF0000FF // admin messages
#define LRED 0xFF7171FF
.....
}
Here is my code, i tried to look for brackets, but was unsuccessfull. For every help i thank in regard.
Lol i just compiled that with 0 errors... here's what could be the problem:
1- Re-Download your ZCMD and Y_INI and a_samp includes.
2- Reinstall the pawno if the problem still continues.


Re: Pawn compiller stops working - cuber - 04.01.2018

Код:
public OnPlayerSpawn(playerid)
{
    AntiDeAMX();
	return 1;
}
What?


Re: Pawn compiller stops working - MrakBuster - 04.01.2018

It is triggering AntiDeAmx function, that is defined on the bottom of the script.