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
Last edited by DertiiMods ; 07-04-2015 at 10:31 AM.

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, 05:17 PM #2
cool tutorial man Happy
07-03-2015, 05:26 PM #3
itsSorrow
In my man cave
Good Tutorial! This will be easy to make a zombies menu know lol
07-03-2015, 05:28 PM #4
swedem_mix2
Save Point
does Everything working then? like if i spawn a bot will it work?

The following user thanked swedem_mix2 for this useful post:

DertiiMods
07-03-2015, 07:00 PM #5
Originally posted by mix2 View Post
does Everything working then? like if i spawn a bot will it work?


No i will not work its just makes the menu or menu base supported on zombies. Smile
07-03-2015, 10:27 PM #6
BrevzHoster
Are you high?
This is not complete you need to chage alot more stuff like welcometext function and veriffication also ect.. on and on
07-03-2015, 11:33 PM #7
Devilemi
Can’t trickshot me!
Good tutorial for noobs thx man ^^
07-03-2015, 11:34 PM #8
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by devilemi View Post
Good tutorial for noobs thx man ^^


yeah noobs like you :troll:
07-03-2015, 11:39 PM #9
itsSorrow
In my man cave
Originally posted by LiFe View Post
yeah noobs like you :troll:


oh shit u rekt him.

now u gonna say "well ur a noob too
07-03-2015, 11:40 PM #10
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by Matroix7 View Post
oh shit u rekt him.

now u gonna say "well ur a noob too


well ur a noob too

The following user thanked oCmKs_4_LiFe for this useful post:

DoraTheKiller97

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo