Gamemode not Reading!
#1

Gamemode not starting~
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[13:36:43] 
[13:36:43] Server Plugins
[13:36:43] --------------
[13:36:43]  Loaded 0 plugins.

[13:36:43] 
[13:36:43] Filterscripts
[13:36:43] ---------------
[13:36:43]   Loading filterscript 'yom_buttons.amx'...
[13:36:44]   Loading filterscript 'anims.amx'...
[13:36:44]   Loading filterscript 'staff_palomino.amx'...
[13:36:44]   Loaded 3 filterscripts.

[13:36:44] Script[gamemodes/lsl_rp.amx]: Run time error 19: "File or function is not found"
[13:36:44] Number of vehicle models: 0
[13:36:49] --- Server Shutting Down.
Reply
#2

This is usually because of a missing plugin, check if your includes require a plugin, and make sure you've put the plugin in the plugins folder and in the plugins line in server.cfg
Reply
#3

Код:
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 50
port 7777
hostname Los Santos Life Roleplay | lsl-rp.boards.net
gamemode0 timertest 1
filterscripts yom_buttons anims staff_palomino
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Reply
#4

Quote:
Originally Posted by lwilson
Посмотреть сообщение
Код:
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 50
port 7777
hostname Los Santos Life Roleplay | lsl-rp.boards.net
gamemode0 timertest 1
filterscripts yom_buttons anims staff_palomino
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Before adding anything open up the script and look at all the #include <...>.
Here are a few includes that require a plugin: sscanf, streamer plugins (like Incognito's), Whirlpool, mysql, nativechecker, crashdetect.
There are more but these are just a few.
After looking at the includes and deciding which one needs a plugin or not (just ****** each include's name) just add them into the server.cfg like this:
Код:
plugins <plugins>
And replace <plugins> with your plugins. Simple as that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)