SA-MP Forums Archive
[Help]Does not load the gamemode - 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: [Help]Does not load the gamemode (/showthread.php?tid=229312)



[Help]Does not load the gamemode - Soap96Elite - 21.02.2011



HOW CAN I SOLVE THE PROBLEM?

MY Server.cfg :

echo Executing Server Config...
lanmode 1
rcon_password garudaone
maxplayers 50
port 7777
hostname [ITA]Little Italy RolePlay
gamemode0 hcrp 1
filterscripts temporeale AggVeicoli pm navy BusInt AmbuInt TxtDraws ArmiSpalla Anim Drop FGPS helmet DropWeap
plugins streamer streamer.dll
announce 1
query 1
weburl http://rageroleplay.forumfree.it/
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000


Re: [Help]Does not load the gamemode - BlackWolf120 - 21.02.2011

hi,

i assume that you try to load only 1 gamemode right?
If so then the problem is the following line:

Код:
gamemode0 hcrp 1
change to
Код:
gamemode0 hcrp_1
With this the server tries to load 2 different gamemodes. hcrp and 1.
But you obviously wanna load only one gamemode so you have to change the name of the gamemode in the gamemode folder to hcrp_1.
Then of course you have to change the name of the gamemode in the cfg. file too.
After this everything should work just fine.

regards....


Re: [Help]Does not load the gamemode - Soap96Elite - 21.02.2011

DOES NOT WORK ....................


Re: [Help]Does not load the gamemode - BlackWolf120 - 21.02.2011

are u sure u put your gamemode into the right folder?
it has to work. u did sth. wrong

the file has to be named hcrp_1 in the gamemode folder and in the cfg. file!


Re: [Help]Does not load the gamemode - Soap96Elite - 21.02.2011

Yes ! I've Renamed the Game Mode to HCRP_1 In the Server.cfg and in the Gamemode folder......


Re: [Help]Does not load the gamemode - Cameltoe - 21.02.2011

Quote:
Originally Posted by BlackWolf120
Посмотреть сообщение
are u sure u put your gamemode into the right folder?
it has to work. u did sth. wrong

the file has to be named hcrp_1 in the gamemode folder and in the cfg. file!
That's not the problem, he's missing an plugin.


Re: [Help]Does not load the gamemode - Soap96Elite - 21.02.2011

Yes , i've changed the Streamer.inc and the Seifader.inc ........


Re: [Help]Does not load the gamemode - Cameltoe - 21.02.2011

Quote:
Originally Posted by Soap96Elite
Посмотреть сообщение
Yes , i've changed the Streamer.inc and the Seifader.inc ........
Streamer needs the Streamer.dll or Streamer.so plugin.