Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Loving the mod so far, only question I have is, is there a guide for the easter eggs anywhere or is it just a "Figure it out on your own" type thing?
Thanks for the response, i downloaded t4m and put it into the game's folder, still gives me error, and my menu is cursed, i mean like theres "oOFeO)(o" instead of play, settings, and etc. I think my pc is just a potato
// First, you need to run the function wherever you want (like in another function when a player buys something or picks something up) and you can do that with:
player item_hud_create("NAME_OF_TEXTURE");
// then just put the rest at the bottom of your script:
item_hud_create(item_texture)
{
shader = item_texture;
self.item_hud = create_simple_hud( self );
self.item_hud.foreground = true;
self.item_hud.sort = 2;
self.item_hud.hidewheninmenu = false;
self.item_hud.alignX = "center";
self.item_hud.alignY = "bottom";
self.item_hud.horzAlign = "right";
self.item_hud.vertAlign = "bottom";
self.item_hud.x = -230;
self.item_hud.y = -1;
self.item_hud.alpha = 1;
self.item_hudSetShader( shader, 32, 32 );
self thread item_hud_remove();
}
item_hud_remove()
{
level waittill_any( "end_game", "PUT_OTHER_NOTIFY_HERE_IF_U_WANT" );
self.item_hud destroy_hud();
self.item_hud = undefined;
}
Is the Springfield fixed in this mod? as well as the UV texture for the revolver?
r_fullscreen 0;vid_xpos 0;vid_ypos 0;r_noborder 1;vid_restart