(adsbygoogle = window.adsbygoogle || []).push({});
BEFORE I EVEN START THIS TUTORIAL ISN'T THE BEST, IT WAS RUSHED AND I DON'T CARE IF IT IS CLOSED ALSO NOT ALL THE ANIMATED ONES WORK FOR ME SO YEAH
Okay to be honest this isn't going to your normal all out tutorial like You'd expect from Most NGU Members and this took me minutes to write up but honestly im getting sick of people asking.
HOW DO I ADD THE CALLING CARDS/ANIMATED CALLING CARDS
Here Are Some Examples (IN ALL EXAMPLES I USE SOME MOVIE ONE AS ITS COOL AND SUITED MY MENU)
Now I Have EACH Colour Code as
1,1,1 cause that is white and they are needed to make the calling card look good.
Surge Menu Base
self.surge["menu"]["hud"]["shaders"]["title"] = createRectangle("CENTER", "TOP", 0, 0, 280, 60, 4, (1,1,1), 0, "[B]emblem_bg_movie_star[/B]");
Sharks Menu Base
self.menu.title = self drawShader("[B]emblem_bg_movie_star[/B]", 1, -50, 300, 100, (1, 1, 1), 255, 3);
ZeiiKeN Menu Base
self.Menu.Material["BorderMiddle"] = self SetMaterial("LEFT", "TOP", 0, 0, 0, 60, (1, 0, 1), "[B]emblem_bg_movie_star[/B]", 1, 0);
Of course you do need to change your damn co-ordinates to fit your menu.
But here you also need this below
----------------------------------------------------------------------------------------------------------------------
So for what ever reason people think in the Init() Section is it
precacheModel but infact its
precacheShader im going to create a very basic init() Code for you as an example
init()
{
level thread onplayerconnect();
precacheShader("line_horizontal");
precacheShader("[B]emblem_bg_movie_star[/B]");
precacheModel( "projectile_hellfire_missile" );
precacheModel("defaultactor");
level.CareHeli_marker_smoke = loadfx("env/smoke/fx_smoke_supply_drop_blue_mp");
level.fx_smokegrenade_single = "smoke_center_mp";
precacheitem( level.fx_smokegrenade_single );
level.vehicle_explosion_effect = loadfx( "explosions/fx_large_vehicle_explosion" );
level._effect[ "flak20_fire_fx" ] = loadfx( "weapon/tracer/fx_tracer_flak_single_noExp" );
}
But Honestly none of the animated ones worked for me and i obviously can't be using them wrong as all the others work for me but yeah ENJOY NGU <3 && I Hope this gives a basic understanding on how easy it is to add them i guess
I Don't have screenshots but if you'd like to provide some after you've finished this HMU
If you're still having trouble after seeing three basic examples message me your skype and I'll help you lol XD
Also if you're that much of an idiot and can't tell that all that is changed is the bit inside of the speechmarks the bit that said "WHITE" Then you're a true fucking IDIOT
Credits
Exelo - Releasing Some Of The Animated Cards
xTurntUpLobbies - I Got The Surge Showcase From His Menu Pretty Much
All The Menu/Menu Base Creators I Used In This Basic Tutorial
NGU - For Letting People Get Knowledge On This
TehMerkMods - Writing This Shitty Tutorial
how to find them out step my step
1.CLICK BARACKS
2.CLICK CALLING CARDS
3.FIND THE CALLING CARD YOU WANT IMA USE (PRIMARY MASTERY)
4. See how the name is called if it has spaces or anything like that (A SPACE MEANS AN UNDERSCORE)
5.Test the code like this emblem_bg_primary_mastery
6.Enjoy Cause now you feel smart