Garry's Mod

Gmod really need help please

Submitted by Freedomrp, , Thread ID: 62011

Thread Closed
Freedomrp
Closed Account
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
17
24-11-2017, 11:54 AM
This post was last modified: 24-11-2017, 11:55 AM by Freedomrp
#1
Cany anyone please explain what the hell this is?


[ERROR] addons/ezjobs/lua/ezjobs/client/main.lua:1447: Calling net.Start with unpooled message name! [http://goo.gl/qcx0y]
1. Start - [C]:-1
2. unknown - addons/ezjobs/lua/ezjobs/client/main.lua:1447
3. unknown - lua/includes/modules/concommand.lua:54

RE: Gmod really need help please

Straya323
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
0
24-11-2017, 12:11 PM
#2
Looks like you haven't established the message properly on the servers end, show more?

RE: Gmod really need help please

Freedomrp
Closed Account
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
17
OP
24-11-2017, 12:12 PM
#3
Show what exactly? Im kinda new to this crap hahaha

RE: Gmod really need help please

Straya323
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
0
24-11-2017, 12:14 PM
#4
Go into addons/ezjobs/lua/ezjobs/client/main.lua and paste line 1447, anything above and below it too

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

RE: Gmod really need help please

Straya323
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
0
24-11-2017, 12:21 PM
#6
Is this a legitimate copy or a leaked version you're using?

RE: Gmod really need help please

Freedomrp
Closed Account
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
17
OP
24-11-2017, 12:22 PM
#7
Leaked since im posting on this website, if it was legit i probably would of contacted the creator xD

RE: Gmod really need help please

Straya323
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
0
24-11-2017, 12:23 PM
#8
Fair enough, what's the date on the thread/post you got it from?

RE: Gmod really need help please

Freedomrp
Closed Account
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
17
OP
24-11-2017, 12:23 PM
This post was last modified: 24-11-2017, 12:28 PM by Freedomrp
#9
could it just be the addon not working? maybe i should try another one?

https://nulledbb.com/thread-Ez-Jobs-Crea...bs-in-game this is the post i got it from

Found something saying that this addon is not supported for selfhosting or local host server? know anything about that?

RE: Gmod really need help please

Straya323
Newbie
Level:
0
Reputation:
0
Posts:
18
Likes:
0
Credits:
0
24-11-2017, 12:35 PM
#10
Yes that would be broken, the messages it's trying to interact with aren't set up/established properly on the server-side. To verify this I did a little research of my own and checked the changelogs on the gmodstore for this addon, 4 months gmod had a "stealth" update that changed the way the net library works, and so it needed to be fixed, the version you're using is above and beyond 4 months ago, you'll need to find a leak a lot more recent than that. Jobs aren't hard to do anyways, I'd rather do it manually than have an addon manage it for me anyways.

https://i.imgur.com/4bkIjHc.png

Users browsing this thread: 1 Guest(s)