Need help setup my server
#1

I need help with setting up my temporary server, I tried it 4 times and it keeps saying : It is currently stopped. when i try to start the server.
If you can help me add me on skype:
Troublemakerpacoz
Thanks
Reply
#2

Checked server log?
Reply
#3

Quote:
Originally Posted by Samp_India
View Post
Checked server log?
Tried everything.. nothing works.
Reply
#4

Post your server_log here.
Reply
#5

Quote:
Originally Posted by Xtreme_playa
View Post
Post your server_log here.
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:14:02] 
[19:14:02] Server Plugins
[19:14:02] --------------
[19:14:02]  Loading plugin: sscanf
[19:14:02]   Failed.
[19:14:02]  Loading plugin: streamer
[19:14:02]   Failed.
[19:14:02]  Loading plugin: Whirlpool
[19:14:02]   Failed.
[19:14:02]  Loaded 0 plugins.

[19:14:02] 
[19:14:02] Ban list
[19:14:02] --------
[19:14:02]  Loaded: samp.ban
[19:14:02] 
[19:14:02] 
[19:14:02] Filterscripts
[19:14:02] ---------------
[19:14:02]   Loading filterscript 'gl_realtime.amx'...
[19:14:02]   Loading filterscript 'gl_actions.amx'...
[19:14:02]   Loading filterscript 'AFKsystem.amx'...
[19:14:02] 
--------------------------------------
[19:14:02]  Afk SYSTEM
[19:14:02] --------------------------------------

[19:14:02]   Loading filterscript 'ELC_AC.amx'...
[19:14:02]   Loading filterscript 'Autogates.amx'...
[19:14:02] 
--------------------------------------
[19:14:02]       AutoGates by Thomas_Conroy
[19:14:02] --------------------------------------

[19:14:02]   Loading filterscript 'Maps.amx'...
[19:14:02]   Loaded 6 filterscripts.

[19:14:02] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[19:14:02] Number of vehicle models: 0
I tried to install new linux plugins.. but still doesnt work!!
Reply
#6

PPC Trucking requires only two plugins, namely streamer and sscanf.Btw you need to add .so behind the plugin names and make sure they are .so linux build plugins and not .dll ones, if you're on Linux system.
Reply
#7

Quote:
Originally Posted by Xtreme_playa
View Post
PPC Trucking requires only two plugins, namely streamer and sscanf.Btw you need to add .so behind the plugin names and make sure they are .so linux build plugins and not .dll ones, if you're on Linux system.
I did it but when i do .so and run server samp-server.exe its saids
Code:
samp-server.exe bad contains
Code:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:43:16] 
[19:43:16] Server Plugins
[19:43:16] --------------
[19:43:16]  Loading plugin: sscanf.so
[19:43:17]   Failed.
[19:43:17]  Loading plugin: streamer.so
[19:43:17]   Failed.
[19:43:17]  Loading plugin: nativechecker.so
[19:43:17]   Failed.
[19:43:17]  Loaded 0 plugins.

[19:43:17] 
[19:43:17] Ban list
[19:43:17] --------
[19:43:17]  Loaded: samp.ban
[19:43:17] 
[19:43:17] 
[19:43:17] Filterscripts
[19:43:17] ---------------
[19:43:17]   Loading filterscript 'gl_realtime.amx'...
[19:43:17]   Loading filterscript 'gl_actions.amx'...
[19:43:17]   Loading filterscript 'AFKsystem.amx'...
[19:43:17] 
--------------------------------------
[19:43:17]  Afk SYSTEM
[19:43:17] --------------------------------------

[19:43:17]   Loading filterscript 'ELC_AC.amx'...
[19:43:17]   Loading filterscript 'Autogates.amx'...
[19:43:17] 
--------------------------------------
[19:43:17]       AutoGates by Thomas_Conroy
[19:43:17] --------------------------------------

[19:43:17]   Loading filterscript 'Maps.amx'...
[19:43:17]   Loaded 6 filterscripts.

[19:43:17] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[19:43:17] Number of vehicle models: 0
Reply
#8

Quote:
Originally Posted by se7evolution
View Post
I did it but when i do .so and run server samp-server.exe its saids
Code:
samp-server.exe bad contains
Code:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:43:16] 
[19:43:16] Server Plugins
[19:43:16] --------------
[19:43:16]  Loading plugin: sscanf.so
[19:43:17]   Failed.
[19:43:17]  Loading plugin: streamer.so
[19:43:17]   Failed.
[19:43:17]  Loading plugin: nativechecker.so
[19:43:17]   Failed.
[19:43:17]  Loaded 0 plugins.

[19:43:17] 
[19:43:17] Ban list
[19:43:17] --------
[19:43:17]  Loaded: samp.ban
[19:43:17] 
[19:43:17] 
[19:43:17] Filterscripts
[19:43:17] ---------------
[19:43:17]   Loading filterscript 'gl_realtime.amx'...
[19:43:17]   Loading filterscript 'gl_actions.amx'...
[19:43:17]   Loading filterscript 'AFKsystem.amx'...
[19:43:17] 
--------------------------------------
[19:43:17]  Afk SYSTEM
[19:43:17] --------------------------------------

[19:43:17]   Loading filterscript 'ELC_AC.amx'...
[19:43:17]   Loading filterscript 'Autogates.amx'...
[19:43:17] 
--------------------------------------
[19:43:17]       AutoGates by Thomas_Conroy
[19:43:17] --------------------------------------

[19:43:17]   Loading filterscript 'Maps.amx'...
[19:43:17]   Loaded 6 filterscripts.

[19:43:17] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[19:43:17] Number of vehicle models: 0
Like i said before, use .so plugins only if you server's operating system is linux. For windows, .dll would do, make sure you got .Net Framework v3.5 or higher installed. Also update to the latest version of streamer and sscanf and recompile your script with the latest includes.
Reply
#9

Just tried on Volthost still got the same error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)