Player:GetWeapons
Description
Returns a table of the player's weapons.
Returns
Example
Prints how many weapons the player has.
print( #Entity( 1 ):GetWeapons() )
Output: The number of weapons the player has (e.g. 5).
Returns a table of the player's weapons.
Prints how many weapons the player has.