SA-MP Forums Archive
Weird pawn problem with MySQL - 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: Weird pawn problem with MySQL (/showthread.php?tid=603818)



Weird pawn problem with MySQL - saffierr - 27.03.2016

Ever since I implemented MySQL in my script the compiler just keeps compiling... I waited once for like 20 minutes to compile, It keeps compiling.
Second problem is, When I try to edit my script I get this when I want to compile


Re: Weird pawn problem with MySQL - Sew_Sumi - 28.03.2016

If you could translate that error to English, you'll find faster help.

With the MySQL issue, there'll be something in your added code crashing the compiler, and that'll be why it's hanging.



Does it actually compile at all, or is the amx file corrupted?


Re: Weird pawn problem with MySQL - introzen - 28.03.2016

Your .pwn file i used in another application? Try right clicking on pawnocc.exe and set it to run with admin permissions.

Sorry, I don't understand dutch.


Re: Weird pawn problem with MySQL - Sew_Sumi - 28.03.2016

^^ You're needing to tidy up your workspace possibly...


Re: Weird pawn problem with MySQL - Vince - 28.03.2016

Translated it roughly means: the process cannot access the file because it is in use by another process. So another process has the file locked. Perhaps another instance of the compiler is still running. Have you tried turning it (your computer) off and on again?


Re: Weird pawn problem with MySQL - saffierr - 29.03.2016

I restarted my computer and it's all alright now, thanks anyways.