onUserTypeChange
Fired when a user's type changes.
Note
Used when a player gets opped or deopped.
Usage
function onUserTypeChange(Client: cl)
cl:chat(string.format("Your user type has changed OP: %s", cl:isop()))
end
Fired when a user's type changes.
Note
Used when a player gets opped or deopped.
function onUserTypeChange(Client: cl)
cl:chat(string.format("Your user type has changed OP: %s", cl:isop()))
end