Server.cfg gamemode -
saffierr - 25.03.2015
I need help, How can I change the grandlarc gamemode.
Re: Server.cfg gamemode -
Hybris - 25.03.2015
go to server.cfg find gamemode 0 grandlarc 1
replace grandlarc with your gamemode name but keep the rest the same and thats all
Re: Server.cfg gamemode -
saffierr - 25.03.2015
I still can't run it, But I think I know why.
In the gamemodes document, it's empty...
Re: Server.cfg gamemode -
Wolfe - 25.03.2015
You need to script the gamemode first.
Re: Server.cfg gamemode -
TheSnaKe - 25.03.2015
You can create your own gamemode and save it in your gamemode's folder and name it as you like, for example, mygamemode, then go to the server.cfg the find the line "gamemode0" and remove the grandlarc and type there mygamemode
If you won't create your own gamemode and you already got a gamemode then type the gamemode's name in the "gamemode0" line, like what i said above.
"gamemode0 mygamemode" etc, just type the gamemode's name in the gamemode0 line.
Also, you can download a gamemode from here
http://forum.sa-mp.com/forumdisplay.php?f=71
Re: Server.cfg gamemode -
saffierr - 25.03.2015
brah, ok but. Why is my gamemodes document empty? Shouldn't I paste anything in there?
Re: Server.cfg gamemode -
TheSnaKe - 25.03.2015
Quote:
Originally Posted by saffierr
brah, ok but. Why is my gamemodes document empty? Shouldn't I paste anything in there?
|
So, you don't have any gamemode in your document, download a gamemdoe from SA-MP forums and paste the files in to your server folder then replace grandlarc with the gamemode name in the server.cfg at the line (gamemode0)
Re: Server.cfg gamemode -
CalvinC - 26.03.2015
You can't run a gamemode if you don't have it, use pawno to script it and compile it to an .amx file, then you can run it.
Re: Server.cfg gamemode -
saffierr - 26.03.2015
Yeah I want my own gamemode script running it.
I did compile it, but nothing happened...
Re: Server.cfg gamemode -
CalvinC - 26.03.2015
So you have the .pwn in your "gamemodes"-folder, and when you compile you don't get an AMX file?
You may have some errors that aborts the compile then which should display when compiling.