Gamemode was not found? -
ibab - 25.03.2010
I just downloaded this gamemode.
http://forum.sa-mp.com/index.php?topic=94552.0
Once I had extracted it to my gamemodes folder, I added this to server.cfg.
When I start the samp-server.exe, it says this.
"Script[gamemodes/lvrcr.amx]: Run time error 19: "File or function is not found"
Also at SA-MP it says "Mode: Unknown".
I got no idea what is this and how to fix it.
I saw someone else with this same problem, and am unsure if he managed to fix this.
Re: Gamemode was not found? -
Burridge - 25.03.2010
Are you sure the gamemode doesn't use plugins? If it uses plugins, you need them also.
Re: Gamemode was not found? -
ibab - 25.03.2010
Quote:
|
Originally Posted by Burridge
Are you sure the gamemode doesn't use plugins? If it uses plugins, you need them also.
|
The file I downloaded did not include any. Even the thread where I downloaded this from doesn't have any links to plugins or doesn't say it would require some.
Re: Gamemode was not found? -
Burridge - 25.03.2010
Did you compile the gamemode with the new R5 release?
http://forum.sa-mp.com/index.php?topic=161491.0
Re: Gamemode was not found? -
¤Adas¤ - 25.03.2010
or check your server cfg
Re: Gamemode was not found? -
ibab - 25.03.2010
Quote:
|
Originally Posted by Burridge
|
No, I haven't done that. I'll check it out tho if the problem is that.
Quote:
|
Originally Posted by ¤Adas¤
or check your server cfg
|
Heres my server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password MYRCONPASS
maxplayers 100
port 7777
hostname HolyShit Server
gamemode0 lvrcr 1
filterscripts LuxAdmin WindedSandbox L_Speedo real_lights base gl_actions gl_property gl_realtime
announce 1
query 1
weburl holyshitservers.net23.net
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Re: Gamemode was not found? -
nl-videomaster - 17.05.2010
Quote:
|
Originally Posted by ibab
I just downloaded this gamemode.
http://forum.sa-mp.com/index.php?topic=94552.0
Once I had extracted it to my gamemodes folder, I added this to server.cfg.
When I start the samp-server.exe, it says this.
"Script[gamemodes/lvrcr.amx]: Run time error 19: "File or function is not found"
Also at SA-MP it says "Mode: Unknown".
I got no idea what is this and how to fix it.
I saw someone else with this same problem, and am unsure if he managed to fix this.
|
you need plugins but they are not in that forum
Re: Gamemode was not found? -
Ivan_Pantovic - 17.05.2010
i have the same problem sometimes on my host ..
It happens when the plugins are made for windows and work on linux
Re: Gamemode was not found? -
Scenario - 18.05.2010
This happened to me, about a week ago. I just added the plugins I needed. Check the post from which you got your GM, it should have people asking which plugins are needed.
Re: Gamemode was not found? -
RoBo - 18.05.2010
You have used a "native" in the script that isn't loaded in the server or a plugin.