Server keeps restarting -
dannyk0ed - 23.03.2012
I've been asking for help alot and i still want a solution here is the logs
pawn Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[16:59:42]
[16:59:42] Server Plugins
[16:59:42] --------------
[16:59:42] Loading plugin: streamer
[16:59:42]
*** Streamer Plugin v2.6 by Incognito loaded ***
[16:59:42] Loaded.
[16:59:42] Loading plugin: sscanf
[16:59:42]
[16:59:42] ===============================
[16:59:42] sscanf plugin loaded.
[16:59:42] (c) 2009 Alex "******" Cole
[16:59:42] 0.3d-R2 500 Players "dnee"
[16:59:42] ===============================
[16:59:42] Loaded.
[16:59:42] Loaded 2 plugins.
[16:59:42]
[16:59:42] Filterscripts
[16:59:42] ---------------
[16:59:42] Loading filterscript 'Cali-house.amx'...
[16:59:42] Unable to load filterscript 'Cali-house.amx'.
[16:59:42] Loaded 0 filterscripts.
[16:59:43] Loading 176 pickups... Loaded successfuly !
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43]
[16:59:43] ----------------
[16:59:43] | Crystal Roleplay |
[16:59:43] | By: Danny
[16:59:43] ----------------
[16:59:43]
[16:59:43]
[16:59:43] Number of vehicle models: 40
[16:59:55] Loading 176 pickups... Loaded successfuly !
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55]
[16:59:55] ----------------
[16:59:55] | Crystal Roleplay |
[16:59:55] | By: Danny
[16:59:55] ----------------
[16:59:55]
[16:59:55]
[16:59:55] Number of vehicle models: 40
The script has no errors/warnings
It was my GF edit, i edited a huge amount on it and it worked back on 3.0c now it doesnt work.
I need alot of help on this, this is my only script that is good.
Re: Server keeps restarting -
ColorHost-Kevin - 23.03.2012
Use a crash detect plugin, and it will help you find the problem and where its crashing at.
Re: Server keeps restarting -
dannyk0ed - 23.03.2012
Where can i find it?
Re: Server keeps restarting -
ColorHost-Kevin - 23.03.2012
Quote:
Originally Posted by dannyk0ed
Where can i find it?
|
Here you go:
https://sampforum.blast.hk/showthread.php?tid=262796
Re: Server keeps restarting -
dannyk0ed - 23.03.2012
Dont know how to install.
Re: Server keeps restarting -
ColorHost-Kevin - 23.03.2012
Quote:
Originally Posted by dannyk0ed
Dont know how to install.
|
To install a plugin:
Upload the plugin to your servers "plugins" folder. Depending if your linux or windows you would need either the .so (linux) or .dll (windows)
Then change your config and add:
plugins nameofplugin.so (linux) or plugins nameofplugin (Windows)
Example linux:
plugins nameofplugin.so
Windows:
plugins nameofplugin
Hope this helps!
Re: Server keeps restarting -
dannyk0ed - 23.03.2012
I installed and complied got
pawn Код:
[18:17:15] sscanf plugin loaded.
[18:17:15] (c) 2009 Alex "******" Cole
[18:17:15] 0.3d-R2 500 Players "dnee"
[18:17:15] ===============================
[18:17:15] Loaded.
[18:17:15] Loading plugin: crashdetect
[18:17:15] crashdetect v4.5.1 is OK.
[18:17:15] Loaded.
[18:17:15] Loaded 3 plugins.
[18:17:15]
[18:17:15] Filterscripts
[18:17:15] ---------------
[18:17:15] Loading filterscript 'cali-houses.amx'...
[18:17:16] Loaded 1 filterscripts.
[18:17:16] Script[gamemodes/Crystal.amx]: Run time error 18: "File is for a newer version of the AMX"
[18:17:16] Failed to load 'gamemodes/Crystal.amx' script.
[18:17:16] Number of vehicle models: 0
Now?
Re: Server keeps restarting -
ColorHost-Kevin - 23.03.2012
Quote:
Originally Posted by dannyk0ed
I installed and complied got
pawn Код:
[18:17:15] sscanf plugin loaded.
[18:17:15] (c) 2009 Alex "******" Cole
[18:17:15] 0.3d-R2 500 Players "dnee"
[18:17:15] ===============================
[18:17:15] Loaded. [18:17:15] Loading plugin: crashdetect [18:17:15] crashdetect v4.5.1 is OK. [18:17:15] Loaded. [18:17:15] Loaded 3 plugins.
[18:17:15] [18:17:15] Filterscripts [18:17:15] --------------- [18:17:15] Loading filterscript 'cali-houses.amx'... [18:17:16] Loaded 1 filterscripts.
[18:17:16] Script[gamemodes/Crystal.amx]: Run time error 18: "File is for a newer version of the AMX" [18:17:16] Failed to load 'gamemodes/Crystal.amx' script. [18:17:16] Number of vehicle models: 0
Now?
|
Here is how to fix this error:
Check in your server/pawno folder if you have a file called pawn.cfg. If it is there, open the file and change -O2 to -O1 if it's in there. Then recompile the script.
Hope that helps.
Re: Server keeps restarting -
dannyk0ed - 23.03.2012
My gameserver still restarts,
Re: Server keeps restarting -
ColorHost-Kevin - 23.03.2012
Quote:
Originally Posted by dannyk0ed
My gameserver still restarts,
|
Does it still produce that error?