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-03-2015, 11:42 PM #11
itsSorrow
In my man cave
Originally posted by LiFe View Post
well ur a noob too


Yes you are! (I'm just kidding.. Your smarter than 90% of the community anyways)
07-03-2015, 11:44 PM #12
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by Matroix7 View Post
Yes you are! (I'm just kidding.. Your smarter than 90% of the community anyways)


im not lol. im also a noob. <3
07-04-2015, 12:00 AM #13
DoraTheKiller97
Treasure hunter
Originally posted by LiFe View Post
well ur a noob too

LOL thats funny fun
07-04-2015, 12:01 AM #14
Devilemi
Can’t trickshot me!
Originally posted by LiFe View Post
yeah noobs like you :troll:


yes also you too xD
07-04-2015, 12:09 AM #15
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by dorathekiller97 View Post
LOL thats funny fun


lol :p
07-04-2015, 12:09 AM #16
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by devilemi View Post
yes also you too xD


thanks bae bae
07-04-2015, 01:40 AM #17
itsSorrow
In my man cave
Originally posted by LiFe View Post
thanks bae bae


bruh cmk u are smart.. your the one of the few in the community that can make good ass functions
07-04-2015, 06:50 AM #18
Chris
Former Staff
Yeah, pretty helpful. Would be nice to see some good bases carried over to zombies and vise versa.
07-04-2015, 03:58 PM #19
Thanks for all the good messages and it would be very nice if this could be a sticky. Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo