SA-MP Forums Archive
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 Servera
rcon_password ****
hostname *GLADIATOR RPG MACEDONIA*
weburl [url]www.kgb-hosting.com[/url]

// gamemod igre
gamemode0 GLDmax2 1

// filter skripte
filterscripts

// server plugini (moraju biti u .so formatu)
plugins streamer.so sscanf.so


// ostala podesavanja
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 150.0
stream_rate 1000

//!!!ne menjaj ovo ni slucajno!!!
announce 1
query 1
lanmode 0
maxplayers 100
port 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