gamemode compiling help ....
#1

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 ):
Reply
#2

You have any copy of "Pawno" folder?
Reply
#3

I have the one pawno folder in my server files ...
Reply
#4

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

yes..
Reply
#6

You placed the include at this directionary:

Код:
*samp server folder*\pawno\includes\
Reply
#7

yes its there @_@
Reply
#8

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

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

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
Reply
#11

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. )
Reply
#12

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

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.
Reply
#14

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

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.
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)