heya, I recently got a server and I am wondering how to make certain SWEPS admin only?
I can't modify the lua files individually as it is now in .gma format due to workshop
I have ULIB and ULX installed if that helps....
I recommend talk to author of SWEPs to make them admin only.....
What i dont recommend is unpack gma and edit lua individually.
[QUOTE=predator cz;41328479]I recommend talk to author of SWEPs to make them admin only.....
What i dont recommend is unpack gma and edit lua individually.[/QUOTE]
i cant omfg
Just use GMAD then edit this in the lua file. Change these two things
[lua]
SWEP.Spawnable = false
SWEP.AdminSpawnable = true
[/lua]
Or you can try to find a ULX plugin that will allow you to make weapons admin only without any editing of the files.
[QUOTE=wishbone;41343153]Just use GMAD then edit this in the lua file. Change these two things
[lua]
SWEP.Spawnable = false
SWEP.AdminSpawnable = true
[/lua]
Or you can try to find a ULX plugin that will allow you to make weapons admin only without any editing of the files.[/QUOTE]
This text is wrong, it must be
[PHP]SWEP.Spawnable = false
SWEP.AdminOnly = true[/PHP]
You can make your own. But there's plenty on the internet to find and download.
Sorry, you need to Log In to post a reply to this thread.