• Gmod Lua | Draw.text not loading properly?
    2 replies, posted
Well, I join my server and this happens.. the Location & Credits don't load up. But when I go into my files change something in the HUD it loads in and works perfectly? Why is the NW_ Lua not working well? [CODE] draw.SimpleText(client:GetNWString( "Location" ), "HudText", 120, ScrH() - 40, Color(255, 255, 255, 255), 0, 0) draw.SimpleText(tonumber(client:GetNWInt( "Credits" )), "HudCash", 150, ScrH() - 86, Color(255, 255, 255, 255), 0, 0)[/CODE]
Okay so the same thing happens to me too, but not just text the majority of the draw library does this for me.
When are you setting the NWVars? It may be because you are setting them on the client to early.
Sorry, you need to Log In to post a reply to this thread.