Vice City Multiplayer

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

Title: I need an answer fast !
Post by: Technohopper on March 07, 2010, 09: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, 10:22:48 AM
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, 10:25:11 AM
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, 10:28:37 AM
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, 10:30:16 AM
*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, 10:46:32 AM
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, 11:22:33 AM
What is not working?
Like Boss said, If the server doesn't start, make sure you have mode.amx in your gamemodes folder