Help to fix it
Or give some tip how to fix it myself[URL="http://www.garrysmod.org/downloads/?a=view&id=101600"]
http://www.garrysmod.org/downloads/?a=view&id=101600[/URL]
add
[lua]
glon = {}
glon.encode = function(what)
return util.TableToJSON(what)
end
glon.decode = function(what)
return util.JSONToTable(what)
end
[/lua]
On the top of sv_inventory.lua
I don't think that is the solve, darkrp doesn't work properly after this solution
I will see what I can do since this may come in handy for me later.
Question :
Do your job is Joining/Connecting ?
Have you got any errors ?
[QUOTE=Myrage2000;38397137]Question :
Do your job is Joining/Connecting ?
Have you got any errors ?[/QUOTE]
Hungermode make errors to server console, not showing job in scoreboard(Joining/Connecting), money is 0
I know now :
Find :
ply:ColChat("TEXT HERE")
Replace by :
GAMEMODE:Notify(ply,1,4,"TEXT HERE")
I removed all ply:ColChat and nothing working for me really, would you like to share me you inventory please
My inventory doesn't work too ^^
Sorry, you need to Log In to post a reply to this thread.