284 B
284 B
Function: HasFreeSlot(player)
Description:
Return's true if the player has a free slot in their inventory.
Parameters:
player
(Spawn) - Spawn object representingplayer
.
Returns: True if the player has an open inventory slot.
Example:
Example Required