SA-MP Forums Archive
Server.. Just not starting?... - 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: Server.. Just not starting?... (/showthread.php?tid=301823)



Server.. Just not starting?... - Tarantula - 06.12.2011

I have started this thread today, as it seems my gameserver is not starting. At all. And so I'd like some help, I've recently uploaded 'Carlito's RP' gamescript, changed all the settings on the script to suit the port etc and also on server.cfg, there are no plugins for the script.

I am using Volt-Host, by the way..

SERVER LOG:

Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[01:56:09] filterscripts = "" (string)
[01:56:09]
[01:56:09] Server Plugins
[01:56:09] --------------
[01:56:09] Loaded 0 plugins.

[01:56:09]
[01:56:09] Filter Scripts
[01:56:09] ---------------
[01:56:09] Loaded 0 filter scripts.

[01:56:09] file "CRP_Scriptfiles/Other/JoinCounter.cfg" created with JoinCounter variable (0 visitors)
[01:56:09] EnableTirePopping() function is removed.
[01:56:09] Warning: EnableZoneNames() is removed since 0.3

----------
Loaded log file: "server_log.txt".
----------

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

[01:56:38] filterscripts = "" (string)
[01:56:38]
[01:56:38] Server Plugins
[01:56:38] --------------
[01:56:38] Loaded 0 plugins.

[01:56:38]
[01:56:38] Filter Scripts
[01:56:38] ---------------
[01:56:38] Loaded 0 filter scripts.

[01:56:38] file "CRP_Scriptfiles/Other/JoinCounter.cfg" created with JoinCounter variable (0 visitors)
[01:56:38] EnableTirePopping() function is removed.
[01:56:38] Warning: EnableZoneNames() is removed since 0.3

----------
Loaded log file: "server_log.txt".
----------

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

[01:56:48] filterscripts = "" (string)
[01:56:48]
[01:56:48] Server Plugins
[01:56:48] --------------
[01:56:48] Loaded 0 plugins.

[01:56:48]
[01:56:48] Filter Scripts
[01:56:48] ---------------
[01:56:48] Loaded 0 filter scripts.

[01:56:48] file "CRP_Scriptfiles/Other/JoinCounter.cfg" created with JoinCounter variable (0 visitors)
[01:56:48] EnableTirePopping() function is removed.
[01:56:48] Warning: EnableZoneNames() is removed since 0.3




Re: Server.. Just not starting?... - Thresholdold - 06.12.2011

Quote:

[01:56:48] EnableTirePopping() function is removed.
[01:56:48] Warning: EnableZoneNames() is removed since 0.3

try taking EnableTirePopping() and EnableZoneNames() out of your scripts. Use CTRL+F to find them...
Then recompile all of your filterscripts and gamemodes with the latest pawno tool. Make sure you have the newest plugins, and when uploading to Volt-Host, make sure you upload EVERYTHING. Includes, Scriptfiles etc.


Re: Server.. Just not starting?... - Tarantula - 06.12.2011

Quote:
Originally Posted by Threshold
View Post
try taking EnableTirePopping() and EnableZoneNames() out of your scripts. Use CTRL+F to find them...
Then recompile all of your filterscripts and gamemodes with the latest pawno tool. Make sure you have the newest plugins, and when uploading to Volt-Host, make sure you upload EVERYTHING. Includes, Scriptfiles etc.
Thank you for your reply. This gamemode does not have any plugins I believe.


Re: Server.. Just not starting?... - Thresholdold - 06.12.2011

Is it starting now? It looks like it's those removed functions...


Re: Server.. Just not starting?... - Tarantula - 06.12.2011

I've done it. Thanks for helping.

+Rep.

EDIT:

FIXED.