๐State bags
Player
propertyId
Returns number - the property id (only in shell/ipl property)
-- client side
LocalPlayer.state.propertyId
-- server side
Player(source).state.propertyIdcurrentProperty
Returns number - the property id (Shell/Ipl/Mlo - yard zone included)
-- client side
LocalPlater.state.currentProperty
-- server side
Player(source).state.currentPropertyinsideArea
Returns boolean whether you are in a yard zone or mlo property
-- client side
LocalPlayer.state.insideArea
-- server side
Player(source).state.insideAreaeditingFurniture
Returns boolean whether you are in a furniture mode
-- client side
LocalPlayer.state.editingFurniture
-- server side
Player(source).state.editingFurnitureEntity
propertyId
Entity(entityId).state.propertyIdLast updated