Posts: 908
Threads: 23
Joined: Oct 2007
Reputation:
0
You have any copy of "Pawno" folder?
Posts: 60
Threads: 10
Joined: Feb 2010
Reputation:
0
I have the one pawno folder in my server files ...
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
This happens when the server can't find/load a plugin
Posts: 607
Threads: 41
Joined: Apr 2009
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.
Posts: 607
Threads: 41
Joined: Apr 2009
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.