• Help me with HUD! Please
    3 replies, posted
[IMG]http://i11.pixs.ru/storage/6/2/9/31jpg_4561777_23835629.jpg[/IMG] How it remove? Bot01 100% Help me
[img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/GM/HUDDrawTargetID]GM:HUDDrawTargetID[/url] help me!!!!
[QUOTE=Invule;51276443][img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/GM/HUDDrawTargetID]GM:HUDDrawTargetID[/url] help me!!!![/QUOTE] The wiki literally gives you the answer in its example. Sigh... Make a Lua script file in lua/autorun folder and paste this in it: [CODE]function GAMEMODE:HUDDrawTargetID() end[/CODE]
[QUOTE=SupahMarioX;51276583]The wiki literally gives you the answer in its example. Sigh... Make a Lua script file in lua/autorun folder and paste this in it: [CODE]function GAMEMODE:HUDDrawTargetID() end[/CODE][/QUOTE] Lol [code] hook.Add( "HUDShouldDraw", "HUDShouldDraw.TargetID.Disable", function( name ) if name == "CTargetID" then return false end end ) hook.Add( "HUDDrawTargetID", "HUDDrawTargetID.TargetID.Disable", function() return false end) [/code]
Sorry, you need to Log In to post a reply to this thread.