i got this problem when i try to open samp-server.exe - 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: i got this problem when i try to open samp-server.exe (
/showthread.php?tid=448167)
i got this problem when i try to open samp-server.exe -
amitdahari - 03.07.2013
here is the problem:
Re: i got this problem when i try to open samp-server.exe -
Deathstalker - 03.07.2013
Make sure that you have all the plugins needed and that they're up to date. Can we see your server.cfg perhaps?
Re: i got this problem when i try to open samp-server.exe -
Anak - 03.07.2013
please add gamemode line in server.cfg like:
Код:
gamemode0 anak_cnr_v5.1.6
here anak_cnr_v5.1.6 is my game mode.
Re: i got this problem when i try to open samp-server.exe -
Deathstalker - 03.07.2013
Quote:
Originally Posted by Anak
please add gamemode line in server.cfg like:
Код:
gamemode0 anak_cnr_v5.1.6
here anak_cnr_v5.1.6 is my game mode.
|
Yes, if the OP is new to SA-MP it might be this, or perhaps as I said, plugin related.
Re: i got this problem when i try to open samp-server.exe -
Matej794 - 03.07.2013
This is the problem.
Re: i got this problem when i try to open samp-server.exe -
SsHady - 03.07.2013
Show us your server.cfg
And make sure you have the correct .amx file in your gamemodes folder
Re: i got this problem when i try to open samp-server.exe -
amitdahari - 03.07.2013
Server.cfg:
Quote:
echo Executing Server Config...
lanmode 0
rcon_password missionimpossible
maxplayers 500
port 7777
hostname Test
gamemode0 AMRP
mapname Los Santos
filterscripts Speeds buttons helmet vactions FlashLightsbyManish
plugins streamer.dll audio.dll sscanf.dll
announce 1
query 1
weburl Coming Soon
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70
|
Re: i got this problem when i try to open samp-server.exe -
amitdahari - 03.07.2013
Quote:
Originally Posted by Anak
please add gamemode line in server.cfg like:
Код:
gamemode0 anak_cnr_v5.1.6
here anak_cnr_v5.1.6 is my game mode.
|
didnt Solved my problem :P
Re: i got this problem when i try to open samp-server.exe -
fahadtariq73 - 03.07.2013
Try adding this line after gamemode0
grandlarc1
Re: i got this problem when i try to open samp-server.exe -
Epixha - 03.07.2013
• Try changing the name of your gamemodes folder to 'gamemode' if it's 'Gamemode'.
• Make sure there's a .amx in the gamemodes folder.
• Try adding 1 after the name of your gamemode in server.cfg.
Quote:
gamemode0 mygamemodestunt 1
|