Difference between revisions of "NDOIK"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">KickUser() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">KickUser()</p>Params<br>reason - reason to kick user from the server || Kicks the user off the server.
 
|}
 
|}
 
</center>
 
</center>

Latest revision as of 07:56, 27 November 2019

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Object Functions & Examples

KickUser()

Params
reason - reason to kick user from the server
Kicks the user off the server.

Example

 CODE EXAMPLE BLOCK