Garry's Mod

Gmod really need help please

Submitted by Freedomrp, , Thread ID: 62011

Thread Closed

RE: Gmod really need help please

Freedomrp
Closed Account
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
17
OP
24-11-2017, 12:15 PM
This post was last modified: 24-11-2017, 12:17 PM by Freedomrp
#5
Btw this is the error im recieving in game when trying to run the Ez Job Creator command

DermaPanel.btnMaxim.Paint = function( panel, w, h )
surface.SetDrawColor( 153, 153, 153, 255 )
surface.DrawOutlinedRect(11,9,8,8)
surface.SetDrawColor( 230,230,230, 255 )
surface.DrawRect( 9,11,8,8 )
surface.SetDrawColor( 153,153, 153, 255 )
surface.DrawOutlinedRect(9,11,8,8)
end

DermaPanel.btnMinim.Paint = function( panel, w, h )
surface.SetDrawColor( 153, 153, 153, 255 )
surface.DrawLine( 10, 15, 20, 15 )
end
net.Start("ezJobsMenuStatus")
net.SendToServer()

net.Receive("ezJobsMenuStatusAnswer",function ()
local status = net.ReadInt(3)
if status == -1 then -- not admin
DermaPanel:Remove()
return
end
if status == 1 then -- alrady generating
DermaPanel.Paint = function(pnl, w, h)
surface.SetDrawColor( color1 )
surface.DrawRect( 0, 0, w, h )
surface.SetMaterial(logo)
surface.SetDrawColor( color_white )
surface.DrawTexturedRect( 5, 5, 16, 16 )
draw.SimpleText("ezJob Creator v" .. ezJobs.version, "Trebuchet18", 28, 14, color2, TEXT_ALIGN_LEFT, TEXT_ALIGN_CENTER )
surface.SetDrawColor( 200, 200, 200, 255 )
surface.DrawLine( 0, 30, w, 30 )
surface.SetDrawColor( color3 )
surface.DrawRect( 200, pnl:GetTall()/2 + 20, 800, 40 )
surface.SetDrawColor( color2 )
surface.DrawRect( 200, pnl:GetTall()/2 + 20, math.Remap(currfiles,0,maxfiles,0,800),40)
draw.SimpleText( Format("The server is checking for all the playermodels (%i/%i)", currfiles, maxfiles), "DermaLarge", pnl:GetWide()/2, pnl:GetTall()/2+100, color2, TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP )
draw.SimpleText( funmessage, "DermaLarge", pnl:GetWide()/2, pnl:GetTall()/2+150, color2, TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP )
surface.SetMaterial(lag)
surface.SetDrawColor( color_white )
surface.DrawTexturedRectRotated( pnl:GetWide()/2, pnl:GetTall()/2-180, 256, 256, 360*math.cos(SysTime()) )
end

return
end

Users browsing this thread: 2 Guest(s)