Problem :"( - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem :"( (
/showthread.php?tid=579823)
Problem :"( -
Tanveer - 30.06.2015
Hello Friends,
I decided to make a new server
i`ve got a problem in here
Код:
whats the problem ?
[01:39:28] Server Plugins
[01:39:28] --------------
[01:39:28] Loaded 0 plugins.
[01:39:28]
[01:39:28] Filterscripts
[01:39:28] ---------------
[01:39:28] Loading filterscript 'gl_actions.amx'...
[01:39:28] Unable to load filterscript 'gl_actions.amx'.
[01:39:28] Loading filterscript 'gl_realtime.amx'...
[01:39:28] Unable to load filterscript 'gl_realtime.amx'.
[01:39:28] Loading filterscript 'gl_property.amx'...
[01:39:28] Unable to load filterscript 'gl_property.amx'.
[01:39:28] Loading filterscript 'gl_mapicon.amx'...
[01:39:28] Unable to load filterscript 'gl_mapicon.amx'.
[01:39:28] Loading filterscript 'ls_elevator.amx'...
[01:39:28] Unable to load filterscript 'ls_elevator.amx'.
[01:39:28] Loading filterscript 'attachments.amx'...
[01:39:28] Unable to load filterscript 'attachments.amx'.
[01:39:28] Loading filterscript 'skinchanger.amx'...
[01:39:28] Unable to load filterscript 'skinchanger.amx'.
[01:39:28] Loading filterscript 'vspawner.amx'...
[01:39:28] Unable to load filterscript 'vspawner.amx'.
[01:39:28] Loading filterscript 'test_cmds.amx'...
[01:39:28] Unable to load filterscript 'test_cmds.amx'.
[01:39:28] Loading filterscript 'ls_mall.amx'...
[01:39:28] Unable to load filterscript 'ls_mall.amx'.
[01:39:28] Loading filterscript 'ls_beachside.amx'...
[01:39:28] Unable to load filterscript 'ls_beachside.amx'.
[01:39:28] Loaded 0 filterscripts.
[01:39:29] Script[gamemodes/usfMain.amx]: Run time error 19: "File or function is not found"
[01:39:29] Number of vehicle models: 0
[01:39:36] --- Server Shutting Down.
and here is my server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password grewalsaran
maxplayers 32
port 7777
hostname Test
gamemode0 usfMain 1
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_elevator attachments skinchanger vspawner test_cmds ls_mall ls_beachside
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
Please help!!!!
Re: Problem :"( -
xRoy - 30.06.2015
Can you upload image of the folders? (Gamemodes and filterscripts)
Re: Problem :"( -
SoldierX - 30.06.2015
Quote:
Originally Posted by xRoy
Can you upload image of the folders? (Gamemodes and filterscripts)
|
This is not requried.
_______________________________________
Add this line to the server.cfg
Код:
plugins streamer.dll sscanf.dll
^Add the plugins which you use in your Gamemode.
.dll = Windows
.so = Linux
EDIT: After adding everything, if you get the same error "Gamemode0 File or function not found" - Update your Includes and Plugins and Recompile the Gamemode.
Re: Problem :"( -
ItzRbj - 30.06.2015
Do you use plugins for your script ??
Re: Problem :"( -
Alex Magaсa - 30.06.2015
You didn't add require plugins in your server that's why it wont start.
I believe you didn't add includes too.!