KickPlayer

From Multi Theft Auto: Wiki
Revision as of 17:43, 19 November 2006 by Kevuwk (talk | contribs)
Jump to navigation Jump to search


This fake function is for use with blah & blah and does blahblahblabhalbhl

Syntax

bool kickPlayer ( player kickedPlayer , [ player responsiblePlayer , string reason ] )         

Required Arguments

  • kickPlayer: The player that will be kicked from the server

Optional Arguments

NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.

  • responsiblePlayer: The player that is responsible the event
  • reason: The reason the player will be kicked from the server

Returns

Returns true if the player was kicked succesfully, false if invalid arguments are specified.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions