RemoveAllPlayerWeapons
Removes all weapons on a player.
C# Syntax
void NAPI.Player.RemoveAllPlayerWeapons(Player player);
Parameters
- player: Parameter input should be in Player type.
Example
NAPI.Player.RemoveAllPlayerWeapons(player);
Removes all weapons on a player.
void NAPI.Player.RemoveAllPlayerWeapons(Player player);
NAPI.Player.RemoveAllPlayerWeapons(player);