• Help, I'm Getting The Black and Purple Glitch!
    2 replies, posted
I've started a darkrp server and when people press f4 thy see black and purple, when doing the taunt menu (keys) they see black and yellow and when people vote for jobs it is they same. Can anyone help me fix this issue please?
Its not a glitch. Its a way the engine tells you its missing a texture. The client didn't download the material and can have multiply causes. 1. You enabled FastDL (or/and sv_allowdownload is 0) and forgot to add the given texture to it 2. All new textures that needs to be download have to be called with: resource.AddFile.
You have to add the file [code]gamemodes/DarkRP/content/materials/darkrp/darkrpderma.png[/code] To your FastDL manually as some game server hosts don't check the /gamemodes/<gamemode>/content folder for content.
Sorry, you need to Log In to post a reply to this thread.