RemoveAllPlayerWeapons
Внешний вид
Removes all weapons on a player.
void NAPI.Player.RemoveAllPlayerWeapons(Player player);
Parameters
- player: Parameter input should be in Player type.
Example
<syntaxhighlight lang="csharp"> NAPI.Player.RemoveAllPlayerWeapons(player); </syntaxhighlight>