Author Topic: I need an answer fast !  (Read 3447 times)

0 Members and 1 Guest are viewing this topic.

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
I need an answer fast !
« 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?

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: I need an answer fast !
« Reply #1 on: March 07, 2010, 12:22:48 pm »
Change your "gamemode0 gups" line in server.cfg to "gamemode0 mode".

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Re: I need an answer fast !
« Reply #2 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";
Latvian Vice City server
78.84.47.75:5192

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
Re: I need an answer fast !
« Reply #3 on: March 07, 2010, 12:28:37 pm »
I tried it it doesn't work mybe it needs the id like 128-...

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: I need an answer fast !
« Reply #4 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.

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
Re: I need an answer fast !
« Reply #5 on: March 07, 2010, 12:46:32 pm »
I have tried EVERYTHING and it still doesn't work :( Thanks for helping anyways ...

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: I need an answer fast !
« Reply #6 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