• GMOD Hud Help Needed
    0 replies, posted
So, I'm trying to create a HUD. On the HUD, I want the player's name to be displayed. So i created a textbox "draw.SimpleText(client:Nick(),"DermaDefaultBold",1800,975,Color(255,255,255),0,0)" and at the start did "local client = LocalPlayer()" The name does show up, but I get an error. [ERROR] lua/2.lua:25: attempt to index global 'Player' (a function value)   1. v - lua/2.lua:25    2. unknown - lua/includes/modules/hook.lua:84
Sorry, you need to Log In to post a reply to this thread.