Skip to content

DarkFeather-Studios/dfsdb_perms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfsdb_perms

Client Export;

  • HasPermission(string callerName, int desiredPermissionLevel); Returns a bool if the current user has permission to run this function. Logs the attempt to the database.

Server Export;

  • HasPermission_sv(int playerID, string callerName, int desiredPermissionLevel); Returns a bool if PlayerID has permission to run this function. Logs the attempt to the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages