Перейти к содержанию

DetonatePlayerStickies

Материал из RAGE MP Wiki Archive

Detonates the stickies of a player.

Syntax

<syntaxhighlight lang="C#" >void NAPI.Player.DetonatePlayerStickies(Client player);</syntaxhighlight>

Required Arguments

  • player: parameter input should be in Client type.

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.DetonatePlayerStickies(Client player);</syntaxhighlight>