little server.cfg question - 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: little server.cfg question (
/showthread.php?tid=312975)
little server.cfg question -
niels44 - 23.01.2012
hey guys,
i have a question about the server.cfg..
everytime when i download a server package and open server.cfg then u see the line:
but what does this 1 means? becouse when u use
Код:
gamemode0 NYD_Drifting
it works too... anyone explain me? i just want to know so it maybe can help me fix buggs in future XD
greets niels
Re: little server.cfg question -
Jack_Fox - 23.01.2012
gamemode(n) (N) (t) - It's possible to set the gamemode that plays, how many times it plays and when it plays by editing the values here. To use this correctly you must understand how it works, (n) is the gamemode number, (N) is the gamemode name*, and (t) is the times played before switching onto the next mode. By default this area will look like this:
gamemode0 lvdm 1
gamemode1 rivershell 2 (play this gamemode twice)
gamemode2 area51 1
gamemode4 sftdm 1
For more info you can always check the wiki:
https://sampwiki.blast.hk/wiki/Server.cfg
Re: little server.cfg question -
niels44 - 23.01.2012
ah now i understand XD well thnx for help guys XD