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