SA-MP Forums Archive
gamemode compiling 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: gamemode compiling help .... (/showthread.php?tid=130162)



gamemode compiling help .... - chriswilson - 25.02.2010

hello when I try to compile my script I get this problem :
Код:
(34) : fatal error 100: cannot read from file: "dudb"
and I do have this file in my folder but I dont have a clue why it cant load it ):


Re: gamemode compiling help .... - LuxurioN™ - 25.02.2010

You have any copy of "Pawno" folder?


Re: gamemode compiling help .... - chriswilson - 25.02.2010

I have the one pawno folder in my server files ...


Re: gamemode compiling help .... - VonLeeuwen - 25.02.2010

Have you got
Код:
#include <dudb>
on top of your script?


Re: gamemode compiling help .... - chriswilson - 25.02.2010

yes..


Re: gamemode compiling help .... - VonLeeuwen - 25.02.2010

You placed the include at this directionary:

Код:
*samp server folder*\pawno\includes\



Re: gamemode compiling help .... - chriswilson - 25.02.2010

yes its there @_@


Re: gamemode compiling help .... - Martin_M - 25.02.2010

Go to
Код:
your server files/pawno/
and open pawno.exe, then file >> open and find your script.


Re: gamemode compiling help .... - chriswilson - 25.02.2010

that worked thank you!!!
I was opening it from the gamemode script not the pawno app :P


Re: gamemode compiling help .... - chriswilson - 25.02.2010

ok new problem...
I turn the server on to test the script and I get this problem ...
Код:
Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found"
im a noob scripter so what is it telling me is wrong


Re: gamemode compiling help .... - Martin_M - 25.02.2010

Quote:
Originally Posted by chriswilson
ok new problem...
I turn the server on to test the script and I get this problem ...
Код:
Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found"
im a noob scripter so what is it telling me is wrong
Exactly don't remember.. But or you haven't compiled you script in gamemodes folder (lslrp.amx), or you don't write something in your server.cfg ( plugins or smth. )


Re: gamemode compiling help .... - dice7 - 25.02.2010

This happens when the server can't find/load a plugin


Re: gamemode compiling help .... - MaykoX - 25.02.2010

Quote:
Originally Posted by Martin_M
Quote:
Originally Posted by chriswilson
ok new problem...
I turn the server on to test the script and I get this problem ...
Код:
Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found"
im a noob scripter so what is it telling me is wrong
Exactly don't remember.. But or you haven't compiled you script in gamemodes folder (lslrp.amx), or you don't write something in your server.cfg ( plugins or smth. )
Simple explanation of that : You are missing something.. Probobly you are missing Plugin or AMX (Of your gamemode).

EDIT : Lol dice was faster xD.


Re: gamemode compiling help .... - chriswilson - 25.02.2010

could my gamemode script be asking for a plugin that I dont have?
because I dont have the server config asking for anything



Re: gamemode compiling help .... - MaykoX - 25.02.2010

Quote:
Originally Posted by chriswilson
could my gamemode script be asking for a plugin that I dont have?
because I dont have the server config asking for anything
Yes it can i think... Check the #Include... Maybe there is somthing that is connected with any plugin example : #include IRC... that happened to me when i forgoten to put plugin in.