12 lines
174 B
Lua
12 lines
174 B
Lua
|
if not CAMI then return end
|
||
|
|
||
|
CAMI.RegisterPrivilege{
|
||
|
Name = "FSpectate",
|
||
|
MinAccess = "admin"
|
||
|
}
|
||
|
|
||
|
CAMI.RegisterPrivilege{
|
||
|
Name = "FSpectateTeleport",
|
||
|
MinAccess = "admin"
|
||
|
}
|