NDGIU
Global Functions & Examples
UnbanIP() Paramsaddress - ipaddress to unban, must be an exact match to a banned ip |
Unbans an ipaddress. |
Example
CODE EXAMPLE BLOCK
UnbanUser() Paramsuserid - user id to unban |
Unbans a banned user. |
Example
CODE EXAMPLE BLOCK
UnregisterEventHandler() Paramsscriptname - Script name which is the same you would use to require the file (ie: default:base_mobile) (Note: If you pass nil or an empty string it will use the current file) event - event to be fired eventid - event identifier of the specific event |
Unregisters an event handler for the specified file (package). These handlers are not saved and must be registered every time the object is loaded. |
Example
CODE EXAMPLE BLOCK