Gamemode Not Loading - 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: Gamemode Not Loading (
/showthread.php?tid=429085)
Gamemode Not Loading -
JamieVic - 08.04.2013
The gamemode I'm using is Chriham3's
Roleplay Server, however after it compiled successfully into my gamemodes folder, the samp-server.exe says that it's not found.
http://prntscr.com/zpkfq
Код:
[08/04/2013 16:21:05] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
Why is this happening?
Re: Gamemode Not Loading -
ProShooter22 - 08.04.2013
u wrote the gamemode name exactly in ur server.config?
Re: Gamemode Not Loading -
Ponii - 08.04.2013
check ur plugins, add a .so at the end of each because your host/conputer is linux.
ie, streamer.so whirlpool.so
if i helped, remember to Rep
Re: Gamemode Not Loading -
[..MonTaNa..] - 08.04.2013
Update the plugins.
Re: Gamemode Not Loading -
Vlad64 - 08.04.2013
Download
this plugin, put it in the plugins folder and then add "plugins nativechecker" to server.cfg. If you have more than one plugin, put it at the end. Ex: "plugins streamer sscanf nativechecker" (without ").
Re: Gamemode Not Loading -
JamieVic - 08.04.2013
Quote:
Originally Posted by ProShooter22
u wrote the gamemode name exactly in ur server.config?
|
If you read the samp-server.exe log that I posted and the screenshot, I'm sure you'd know that everything was typed correctly.
Quote:
Originally Posted by Ponii
check ur plugins, add a .so at the end of each because your host/conputer is linux.
ie, streamer.so whirlpool.so
if i helped, remember to Rep 
|
I'm on Windows.
Quote:
Originally Posted by MonTaNaAa
Update the plugins.
|
Don't have any.
Quote:
Originally Posted by Vlad64
Download this plugin, put it in the plugins folder and then add "plugins nativechecker" to server.cfg. If you have more than one plugin, put it at the end. Ex: "plugins streamer sscanf nativechecker" (without ").
|
Tried that, didn't work sorry.