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

ClearPlayerAccessory

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

This function let's you clear the player accessories.

Syntax

<syntaxhighlight lang="C#" >void NAPI.Player.ClearPlayerAccessory(Player player, int slot);</syntaxhighlight>

Required Arguments

  • player: parameter input should be in Player type.
  • slot: parameter input should be in int type.

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.ClearPlayerAccessory(Player player, int slot);</syntaxhighlight>