• Help with darkRP problem.
    3 replies, posted
Ok so whenever anyone joins they are a citizen but they are a gray playermodel and have no weapons or invetory whatsoever, this problem is fixed when they become a job. BUT when you die you lose everything again, no physgun/toolgun etc. Heres how it looks when you 1st join everytime: [url]http://gyazo.com/ba633bb729b43cf8230d30db17e584da[/url] [editline]24th February 2014[/editline] Any help with this? This is a huge problem i need to be fixed, thank you!
Check for errors in the server console.
Welcome to Facepunch, here you go: [url]http://facepunch.com/showthread.php?t=1249475[/url] The gray player-model is the base debug model. it's models/player.mdl - you need to use a models/player/xxxxx.mdl
[QUOTE=Mylofied;44037142]Boring text asdasdasdasdasdasd[/QUOTE] I had the same problem. Try to find conflicting addon or make lua file in lua/autorun/server with that code [CODE]hook.Add("PlayerInitialSpawn", "DarkRPfuckingBug", function(ply) ply.changeTeam(TEAM_CITIZEN, true) end)[/CODE]
Sorry, you need to Log In to post a reply to this thread.