Server-side event

onPlayerStealthKill

From Multi Theft Auto: Wiki
Revision as of 22:27, 25 April 2010 by Cazomino05 (talk | contribs) (Created page with '__NOTOC__ {{Server event}} This event is triggered when a player stealth kills another player. ==Parameters== <syntaxhighlight lang="lua"> element targetPlayer </syntaxhighlight> *'''targetPlayer''': T…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered when a player stealth kills another player.

Parameters

element targetPlayer
  • targetPlayer: The player that is being stealth killed.

Source

The source of this event is the player that initiated the stealth kill.

Cancel effect

If this event is canceled, then the stealth kill is aborted.

Example

Click to collapse [-]
Server
--TODO


See Also

Player events


Event functions