Hi all.. i have a small problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hi all.. i have a small problem (
/showthread.php?tid=67038)
Hi all.. i have a small problem -
pumpkin - 26.02.2009
Hi all.I have a small problem.Ok here it is .
i have 2 gamemodes in my test server... but when i start the server it only loads first Gm (area51)
Код:
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 19
port 7777
hostname Test serv
gamemode0 area51 0
gamemode1 Dillburg 1
filterscripts admintest
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
what i did wrong here? i know i have made smthing wrong....
Re: Hi all.. i have a small problem -
killar456 - 26.02.2009
well i dont know much about the server.cfg but i always take the numbers after the gamemode out like
and its not ment to load 2 gamemodes at once, just one
log on to rcon and type
Код:
/rcon changemode [mode]
where the [mode] is, put your gamemode like
Код:
/rcon changemode lvdm
Re: Hi all.. i have a small problem -
pumpkin - 26.02.2009
Quote:
Originally Posted by killar456
well i dont know much about the server.cfg but i always take the numbers after the gamemode out like and its not ment to load 2 gamemodes at once, just one
log on to rcon and type
Код:
/rcon changemode [mode]
where the [mode] is, put your gamemode like
Код:
/rcon changemode lvdm
|
no i have a timer.. but when the server restarts then the old gm start agin (gamemode0)
but i want that gamemode1 would start...
Lol grammar
Re: Hi all.. i have a small problem -
SpiderPork - 26.02.2009
GMX will only load the first gamemode. Not the second, third or whatsoever.
Re: Hi all.. i have a small problem -
pumpkin - 26.02.2009
Yay fixed!
Код:
SendRconCommand("gmx");