Post: [Tutorial] How To Convert A Menu Base From Multiplayer To Zombies Or Zombies To MP
07-03-2015, 04:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So if you wanna change the menu base that are made for multiplayer and convert it to zombies all you have to do is look for this code on the menu base:

#include maps/mp/_utility;
#include common_scripts/utility;
#include maps/mp/gametypes/_hud_util;
#include maps/mp/_utility;
#include maps/mp/gametypes/_rank;

And change it to:

#include maps/mp/_utility;
#include common_scripts/utility;
#include maps/mp/gametypes_zm/_hud_util;
#include maps/mp/_utility;
#include maps/mp/zombies/_zm_utility;

And also look for this code:

self welcomeMessage();

and delete it
now you have to look for this code:

welcomeMessage()
{
notifyData = spawnstruct();
notifyData.titleText = "Welcome " + self.name + " To you name"; //Line 1
notifyData.notifyText = "Your Status Is " + verificationToColor(self.status); //Line 2
notifyData.glowColor = (0.04, 0.66, 0.89); //RGB Color array divided by 100
notifyData.duration = 10; //Change Duration
notifyData.font = "objective"; //font
notifyData.hideWhenInMenu = false;
self thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
}

And delete it.


And if you wanna change the menu base that are made for zombies and convert it to multiplayer all you have to do is look for this code on the menu base:

#include maps/mp/_utility;
#include common_scripts/utility;
#include maps/mp/gametypes_zm/_hud_util;
#include maps/mp/_utility;
#include maps/mp/zombies/_zm_utility;

And change it to:

#include maps/mp/_utility;
#include common_scripts/utility;
#include maps/mp/gametypes/_hud_util;
#include maps/mp/_utility;
#include maps/mp/gametypes/_rank;

That basically all you have to do i hope this helped you. Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to DertiiMods for this useful post:

/SneakerStreet/, BullyWiiPlaza, itsSorrow, Rezqaazify, That1Modder, TrailMix

The following user groaned DertiiMods for this awful post:

BoatyMcBoatFace
07-04-2015, 04:49 PM #20
itsSorrow
In my man cave
Originally posted by DertiiMods View Post
Thanks for all the good messages and it would be very nice if this could be a sticky. Smile


Tbh it ain worthy of being a sticky
07-28-2015, 12:23 PM #21
FRINZ
I’m too L33T
c: lol nice
02-04-2016, 03:42 AM #22
Thank youuuuu Happy
02-09-2016, 05:48 AM #23
nice tut

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo