SA-MP Forums Archive
[HELP]i can't run the server on sa-mp for free!! - 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: [HELP]i can't run the server on sa-mp for free!! (/showthread.php?tid=267547)



[HELP]i can't run the server on samp4free - array13 - 08.07.2011

hey guys!i need help,because my server don't run on samp4free...this is the server log...the last


SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[01:49:57]
[01:49:57] Server Plugins
[01:49:57] --------------
[01:49:57] Loaded 0 plugins.

[01:49:57]
[01:49:57] Filter Scripts
[01:49:57] ---------------
[01:49:57] Loading filter script 'gl_actions.amx'...
[01:49:57] Unable to load filter script 'gl_actions.amx'.
[01:49:57] Loading filter script 'MidoStream.amx'...
[01:49:57] Loading filter script 'servermap1.amx'...
[01:49:59] Unable to load filter script 'servermap1.amx'.
[01:49:59] Loading filter script 'afk.amx'...
[01:49:59]
--------------------------------------
[01:49:59] Simple AFK/BRB System By kikito
Loading.....
Loaded Successfully !
[01:49:59] --------------------------------------

[01:49:59] Loading filter script 'kikito_company.amx'...
[01:49:59]
--------------------------------------
[01:49:59] Blank Filterscript by your name here
[01:49:59] --------------------------------------

[01:49:59] Loading filter script 'Count.amx'...
[01:49:59] Loaded 4 filter scripts.

[01:49:59] Script[gamemodes/trucking.amx]: Run time error 19: "File or function is not found"
[01:49:59] Number of vehicle models: 0
[01:50:15] --- Server Shutting Down.

can anyone help me please



pls help!


On home server run fine, but on samp4free no..me and my friend we already tryed but...


Re: [HELP]i can't run the server on sa-mp for free!! - Mr.Anonymous - 09.07.2011

[01:49:59] Script[gamemodes/trucking.amx]: Run time error 19: "File or function is not found"
^^^^^^^
^^^^^^^^

Maybe here is the problem ^^^^^^^^^^.......trucking.amx..??..where's the .pwn file..?


Re: [HELP]i can't run the server on sa-mp for free!! - array13 - 09.07.2011

i uploaded every file...of the server..and he doesn't start


Re: [HELP]i can't run the server on sa-mp for free!! - Mauzen - 09.07.2011

Script[gamemodes/trucking.amx]: Run time error 19: "File or function is not found"

means there are plugins missing, and at the top it says 0 plugins loaded, so you are missing some. If you uploaded them, be sure you use the linux .so version and name them plugin.so in the server.cfg.


Re: [HELP]i can't run the server on sa-mp for free!! - array13 - 09.07.2011

i found the error...i uploaded the plugin and server.cfg but the server.cfg as named server.cfg1 so the server don't run
now about the includes...their code will be:

#include <../include/zcmd> right?


Re: [HELP]i can't run the server on sa-mp for free!! - Gazmull - 09.07.2011

pawn Код:
#include <zcmd>
or
pawn Код:
#include <../pawno/include/zcmd.inc>



Re: [HELP]i can't run the server on sa-mp for free!! - [MG]Dimi - 09.07.2011

Quote:
Originally Posted by Gazmull
Посмотреть сообщение
pawn Код:
#include <zcmd>
or
pawn Код:
#include <../pawno/include/zcmd.inc>
He meant on include in server.cfg file. -.-


Re: [HELP]i can't run the server on sa-mp for free!! - array13 - 09.07.2011

no i don't....im asking it on gamemode script...im not a big noob for don't know where i add the include.


Re: [HELP]i can't run the server on sa-mp for free!! - Jochemd - 09.07.2011

You do not need to add the includes on the host... They're in your gamemode on compile


Re: [HELP]i can't run the server on sa-mp for free!! - [GTA]AmericanGangster - 09.07.2011

do you have .pawn or .amx?