Server Can't Start [REP ++] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server Can't Start [REP ++] (
/showthread.php?tid=466416)
Server Can't Start [REP ++] -
teomakedonija - 27.09.2013
pawn Код:
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, (C)2005-2013 SA-MP Team
[21:27:20] filterscripts = "" (string)
[21:27:20]
[21:27:20] Server Plugins
[21:27:20] --------------
[21:27:20] Loading plugin: streamer.so
[21:27:20]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[21:27:20] Loaded.
[21:27:20] Loading plugin: sscanf.so
[21:27:20]
[21:27:20] ===============================
[21:27:20] sscanf plugin loaded.
[21:27:20] Version: 2.8.1
[21:27:20] (coffee) 2012 Alex "******" Cole
[21:27:20] ===============================
[21:27:20] Loaded.
[21:27:20] Loaded 2 plugins.
[21:27:20]
[21:27:20] Ban list
[21:27:20] --------
[21:27:20] Loaded: samp.ban
[21:27:20]
[21:27:20]
[21:27:20] Filterscripts
[21:27:20] ---------------
[21:27:20] Loaded 0 filterscripts.
[21:27:20] Script[gamemodes/GLDmax2.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[21:27:20] Failed to load 'gamemodes/GLDmax2.amx' script.
[21:27:20] Number of vehicle models: 0
Why my server cannot starting ? That showing :/ my server was hosted.Please help !
Re: Server Can't Start [REP ++] -
Pottus - 27.09.2013
Your missing a plugin.
Re: Server Can't Start [REP ++] -
teomakedonija - 27.09.2013
Which plugin i missing ? Please link
Re: Server Can't Start [REP ++] -
RedWolfX - 27.09.2013
What plugins does your script use?
Re: Server Can't Start [REP ++] -
teomakedonija - 27.09.2013
streamer.so sscanf.so
Re: Server Can't Start [REP ++] -
Mattakil - 27.09.2013
Can you post your server.cfg?
Re: Server Can't Start [REP ++] -
teomakedonija - 27.09.2013
pawn Код:
echo Executing Server Config...
// Podesavanja Serverarcon_password
****hostname
*GLADIATOR RPG MACEDONIA
*weburl
[url
]www.kgb-hosting.com
[/url
]// gamemod igregamemode0 GLDmax2
1// filter skriptefilterscripts
// server plugini (moraju biti u .so formatu)plugins streamer.so sscanf.so
// ostala podesavanjamaxnpc
0onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
150.0stream_rate
1000//!!!ne menjaj ovo ni slucajno!!!announce
1query
1lanmode
0maxplayers
100port
7827
Re: Server Can't Start [REP ++] -
Danyal - 27.09.2013
you possibly be running two game modes with same name on same computer this caused me the same error once...
also checkout your loops in server There may be a semicolon immediately behind the closing ')' of the "for" loop expression. So the RAM array was not initialized correctly.
Re: Server Can't Start [REP ++] -
teomakedonija - 27.09.2013
I dont understand you Danyal ?
Re: Server Can't Start [REP ++] -
Mattakil - 27.09.2013
install nativechecker plugin