323 B
323 B
Function: HasFreeSlot(player)
Description: Return's true if there is a free slot in player's inventory, otherwise false.
Parameters:
player
(Spawn) - Spawn object representingplayer
.
Returns: True if there is an open inventory slot for the Player, otherwise false.
Example:
Example Required