Weird pawno compiler bug... -
sekol - 05.12.2012
Yeah, I encountered a weird problem... I've made few mistakes while scripting, i.e. forgot to close bracket after creating new stock, I've used an enum, that's not even defined in my script because i forgot to add it. The problem is that the script compiles without throwing out any errors that I know they exist... I even made many mistakes just to check the compiler and it even doesn't throw errors about not defined functions like "S*ckMyD*ckStupidCompiler" :P
Because of this I don't know if my script is error/warning free cuz it just compiles like pr0 written script...
Re: Weird pawno compiler bug... -
Sting. - 05.12.2012
Its a bit cool and a bit weird lol. Have you tried to re-install your whole Pawno compiler?
Re: Weird pawno compiler bug... -
sekol - 05.12.2012
Yes. I've tried.
Re: Weird pawno compiler bug... -
Sting. - 05.12.2012
Damn! You have a big headache. So its like compile anything you type? But does the functions work like
SendClientMessage and others?
Re: Weird pawno compiler bug... -
sekol - 05.12.2012
Yeah, everything works. The server runs smoothly, I can join it, use the commands, but I'm not sure about things i scripted recently...
Re: Weird pawno compiler bug... -
park4bmx - 05.12.2012
open a
new pawn file and make a mistake there to see if it will output any errors ,warnings.
if it does then that will tell you that's there something invalid in your other script.
Re: Weird pawno compiler bug... -
sekol - 05.12.2012
Tried with a clean script and still no errors thrown. I'll get notepad++ or something...
Re: Weird pawno compiler bug... -
park4bmx - 05.12.2012
i would say a couple of things
(1) close all pawn scripts that are open, then have a look at all running
processes and see if any "pawncc" or anything in those lines is running.
(2) Download pawn again but put it in a separate folder and open a clean script from there and try again.
(3) Dont Know, logoff & logon ??
Re: Weird pawno compiler bug... -
sekol - 05.12.2012
Actually restarting my PC fixed it. Sorry for bothering you.