SA-MP Forums Archive
pawno help - 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 help (/showthread.php?tid=460955)



pawno help - Saffier - 30.08.2013

on a pawno, when i do Compile it says 1error: C:\Users\Laka\Downloads\electroadmin.pwn(5) : fatal error 100: cannot read from file: "lfuncs"
but i did a lfuncs.inc in my PAWNO-INCLUDE map and still it says that error please help me.


Re: pawno help - WopsS - 30.08.2013

Open GM pawncc.exe from YouServer/Pawno/pawncc.exe


Re: pawno help - RedJohn - 30.08.2013

Try running Pawno as an administrator. Right click and Run as administrator if you are suing Vista/7/8.


Re: pawno help - Saffier - 30.08.2013

i tryed both off you guys, still error


Re: pawno help - WopsS - 30.08.2013

Put lfuncs.inc in \pawno\include\ and run pawno from \pawno\. If it won't work, idk.


Re: pawno help - lider1241 - 30.08.2013

Try put the Ifuncs.inc on normal include folder not Pawno/include


Re: pawno help - RedJohn - 30.08.2013

Just to remember you:

pawn Код:
#include <lfuncs> //DON'T ADD .INC
at the top of your script.


And try this:

lfuncs.inc at your pawno/includes.

Try renaming your lfuncs.inc to funcs.inc and change to
pawn Код:
#include <funcs>



Re: pawno help - Saffier - 30.08.2013

fkking still error damnit man, i tryed everything please guys if u know please tell me


Re: pawno help - Saffier - 30.08.2013

so guys do you know what to do?


Re: pawno help - DanishHaq - 31.08.2013

Did you run the pawno.exe in the actual server directory? Or from a different folder? Open the pawno.exe FROM server directory\pawno and make sure the GameMode is saved in the GameMode's folder (server directory\gamemodes), and then it should work.