• Addon Problems - Sounds & Textures
    6 replies, posted
I have problems with addons my dedicated server is it normal for sounds and textures not to be copied if people dont have the addon on the server? is there a code or something i can put in my server.cfg so it will download the textures & sounds as well? as it is annoying for e.g. epic sax/erectin' a boom addon also im having weapon permission problems making admin and non-admin only it used to work but now it does not example: ENT.Base = "base_anim" ENT.Type = "anim" ENT.PrintName = "Quantum Storage Device" ENT.Author = "Sakarias" ENT.Category = "Admin Entities" ENT.Contact = "" ENT.Purpose = "Store things" ENT.Instructions = "Press Use on it to activate" ENT.Spawnable = true ENT.AdminOnly = true i set that and admins cant spawn or user it says 'you do not have permission' i set it as this: ENT.Spawnable = true ENT.AdminSpawnable = true and they still cant spawn admin or user it says 'you do not have permission' its not just with this as well help please?
bump
bump
You need to do resource.AddFile("path/to/your/textures/and/sounds) for every file you want the client to be made to download.
[QUOTE=DeathByKittens;41079480]You need to do resource.AddFile("path/to/your/textures/and/sounds) for every file you want the client to be made to download.[/QUOTE] Thanks. Do i put this in my server.cfg? resource.AddFile("path/to/your/textures/and/sounds) Also what about the weapon/entity permissions? recently any new addon i put on the server when i try to make it admin only or for all users it will not let me, and i am putting in the right code, i was wondering if it was conflicting with my 'Evolve' Admin mod
bump
bump
Sorry, you need to Log In to post a reply to this thread.