Aaron113 / urs

An advanced Garry's Mod restriction system for ULX.
http://forums.ulyssesmod.net/index.php/topic,5269.0.html
MIT License
13 stars 13 forks source link

I need to know if this is possible. #28

Open BowuDev opened 8 years ago

BowuDev commented 8 years ago

I need to know how to make all sents not spawnable by group "User" except gmod_playx, is this possible?

Aaron113 commented 8 years ago

ulx restrict all sents User

But that would not allow them to spawn gmod_playx anymore. By the looks of it, it is all or none. I do believe that this is possible in the new version; however, I've been neglecting to finish/release that.

Aaron113 commented 8 years ago

I corrected the command in the above post. I made a mistake. Should be fine now.

Aaron113 commented 8 years ago

It would be related to these lines if your interested in changing it.

https://github.com/Aaron113/urs/blob/master/lua/ulx/modules/urs_server.lua#L59-L73