Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Technohopper on March 07, 2010, 11:58:23 am

Title: I need an answer fast !
Post by: Technohopper on March 07, 2010, 11:58:23 am
In my server I have GUPS 1.15, how do I put another mode like DM or something else?
Title: Re: I need an answer fast !
Post by: Boss on March 07, 2010, 12:22:48 pm
Change your "gamemode0 gups" line in server.cfg to "gamemode0 mode".
Title: Re: I need an answer fast !
Post by: Jancis_LV on March 07, 2010, 12:25:11 pm
In top of scripts are:
static szGameModeName[128] = "GUPS 1.15";

change that to:
static szGameModeName[128] = "Gamemode name";
Title: Re: I need an answer fast !
Post by: Technohopper on March 07, 2010, 12:28:37 pm
I tried it it doesn't work mybe it needs the id like 128-...
Title: Re: I need an answer fast !
Post by: Boss on March 07, 2010, 12:30:16 pm
*facepalm*

Ok, repeating slower:
1) Navigate to your VC:MP server installation directory (e.g. C:\vcmp).
2) Locate server.cfg file and open it with notepad.
3) Find a gamemode0 line (e.g. "gamemode0 gups") and change it into "gamemode0 mode" (default mode).
4) Restart your VC:MP server (vcmp-svr.exe).
5) If it doesn't startup, ensure you have mode.amx file in your gamemodes folder.
Title: Re: I need an answer fast !
Post by: Technohopper on March 07, 2010, 12:46:32 pm
I have tried EVERYTHING and it still doesn't work :( Thanks for helping anyways ...
Title: Re: I need an answer fast !
Post by: thijn on March 07, 2010, 01:22:33 pm
What is not working?
Like Boss said, If the server doesn't start, make sure you have mode.amx in your gamemodes folder