I am making a HUD which is now complete and working fine no problems but in single line of code I am getting the error "cl_hud.lua:703: attempt to concatenate a nil value"
draw.DrawText ( "$" .. LocalPlayer():getDarkRPVar( "money" ), "Trebuchet24", ScrW() / 3 + 85, ScrH () - 110, Color(255,255,255,255), TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP)
The error doesn't effect anything but just creates a bunch of script errors with the same error over and over again all I am looking for is a quick answer as to why this code might be creating script errors as I cannot for the life of me figure this out