• How to make a HUD for a specific gamemode ?
    5 replies, posted
I created a gamemode and his HUD and I want to make the HUD only for the gamemode, how can I do this ? The HUD is in lua/autorun/client/
Override the gamemode's GM:HUDPaint method with your code.
[QUOTE=code_gs;52639669]Override the gamemode's GM:HUDPaint method with your code.[/QUOTE] I do not understand, where do I need to place GM:HUDPaint ?
In a clientside file of your gamemode. cl_init is the root file.
-snip- 10 secs late.
Ok thanks, problem solved
Sorry, you need to Log In to post a reply to this thread.