Garry's Mod

Garry's Mod

View Stats:
Joe Brinks Oct 21, 2014 @ 9:14pm
My gmod server is completly screwed
when i join my darkrp server this just spams my chat and server console

[ERROR] lua/includes/modules/draw.lua:72: 'HUDNumber5' isn't a valid font

1. SetFont - [C]:-1
2. SimpleText - lua/includes/modules/draw.lua:72
3. SimpleTextOutlined - lua/includes/modules/draw.lua:116
4. fn - addons/3d_car_dealer/lua/entities/rm_car_dealer/cl_init.lua:13
5. unknown - addons/ulib/lua/ulib/shared/hook.lua:183


I have no clue what this is trying to tell me i usaly can figure it out please help me.

btw the server was working like a day before this i think an exploiter may have joined and messed it up.




this is the folder location its trying to tell me to go to but i havent changed anything in here

addons\3d_car_dealer\lua\entities\rm_car_dealer

code for the cl_init it its telling me about



hook.Add("PostDrawOpaqueRenderables", "RM CarDealer Head", function()
for _, ent in pairs (ents.FindByClass("rm_car_dealer")) do
if ent:GetPos():Distance(LocalPlayer():GetPos()) < 1000 then
local Ang = ent:GetAngles()

Ang:RotateAroundAxis( Ang:Forward(), 90)
Ang:RotateAroundAxis( Ang:Right(), -90)

cam.Start3D2D(ent:GetPos()+ent:GetUp()*80, Ang, 0.35)
draw.SimpleTextOutlined( 'Car Dealer', "HUDNumber5", 0, 0, Color( 0, 150, 255, 255 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP, 1, Color(0, 0, 0, 255))
cam.End3D2D()
end
end
end)


I dont understand...
< >
Showing 1-1 of 1 comments
Joe Brinks Oct 21, 2014 @ 9:18pm 
Warning there is an exploter going around ill check my server logs for a name or steam id because my whole darkrp was working before this kid joined.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Oct 21, 2014 @ 9:14pm
Posts: 1