Game Modding | Call of Duty: Black Ops 3 | Scripting
Kenny:
Hi!
How do i change the game over text at the deathscreen?
I'm using the Buyable Ending Script (Created by treminaor for UGX-Mods.com)
there are these lines:
#define ENDGAME_CUSTOM_GAME_OVER "My Custom Text"
game_over SetText(ENDGAME_CUSTOM_GAME_OVER);
Vertasea:
I just released my end game script if you wanna check it out. Also the UGX script doesn't look like it's setup to use that HUD - You can see mine here if you are interested in it. https://forum.modme.co/threads/fully-customizable-buyable-ending-by-vertasea.3090/
Kenny:
I just released my end game script if you wanna check it out. Also the UGX script doesn't look like it's setup to use that HUD - You can see mine here if you are interested in it. https://forum.modme.co/threads/fully-customizable-buyable-ending-by-vertasea.3090/