Player Permissions
This page will help you with checking if a player has a said permission or a group of permissions with wildcards.
RDS have class extensions to Network_Player and CSteamID. This means you can just call for example class.HasPermission() on them. Examples :
Permissions also supports wildcards, which means if a plugin have all its permissions starting with worldprotection
for example, you can just give all permissions with worldprotection.*
.
Example :
Last updated