Mini Mission problem
#1

Hello, guys, I am have a Mini Missions Server, and I encount some problems at chaning the gamemodes,
They change but after the third gamemode at the moment of changing it start with the first gamemode again, he (the server) isn't able to go to the next gamemode( I have about 10 gamemodes with missions, but only 3 used).

The gamemodes are checked at the SendRconCommand("changemode ... ");
But I don't know why he is isn't able to load all the gamemodes...

Here is the cfg:
lanmode 0
rcon_password password
maxplayers 32
port 7777
hostname -
plugins sscanf
gamemode0 clmission clmission2 clmission3 clmission4 clmission5 clmission6
filterscripts
announce 0
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 2
logtimeformat [%H:%M:%S]


Sorry for my bad english.
Reply
#2

You must put as many lines with gamemode as the number of gamemodes. Ex:
Код:
lanmode 0
 rcon_password password
 maxplayers 32
 port 7777
 hostname -
 plugins sscanf
 gamemode0 clmission 
 gamemode1 clmission2
 gamemode2 clmission3
 Etc...
Reply
#3

your game mode, where you have some public end of the mission, placed
SendRconCommand ("changemode mision2");

With all the game modes do the same

no need to put in,
Quote:

gamemode0 clmission clmission2 clmission3 clmission4 clmission5 clmission6

, all that

just put

Quote:

gamemode0 clmission

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)