Skip to content

Morbe17/FiveM-Housing-System

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 21, 2021 12:04
April 23, 2021 08:03
May 30, 2021 19:26
April 13, 2021 20:51
April 25, 2021 22:08
April 13, 2021 17:51
April 13, 2021 17:51
April 15, 2021 09:28

Resmurf-Housing-System

This is a housing system in which the player is teleported to an interior and set to a different dimmension; allowing the posibilities of re-using interiors.

https://streamable.com/d9vznw

List of built in commands: /createProperty 1 3 10000 /setfee /sellto /sellproperty /unbuginterior

The unbuginterior command will be removed later on, just incase someone gets bugged, it'll unbug them. You might want to disable this before putting it into your server.

INSTALLATION:

Import the properties.sql file into your ESX Database; after that just plaste the rest of the files in a folder called properties (If you use other name, the resource wont work.) and ensure it.

REQUIRES:

Resources: bob74_ipl and 'base_events' These should be default FiveM resources if you've installed your server recently, anyways, make sure you have them on!

Exported functions:

  'displayError',
    'displayMessage',
    'getRandomizer',
    'propertiesGetPlayerJob',
    'propertiesRemovePlayerMoney',
    'propertiesAddPlayerMoney',
    'propertiesAddPlayerMoneyAmount',
    'propertiesGetPlayerNameFromServerId',
    'getPlayerIdentifier',
    'getPropertyOwner',
    'getPropertyType',
    'getPlayerBankMoney',
    'getPlayerMoney',
    'removePlayerMoney',
    'setPropertyFee',
    'setPropertyForSale',
    'setPropertyOwner',
    'setPropertyName',
    'setPropertyMaxCapacity',
    'getPropertyMaxCapacity',
    'savePlayerInteriorStatus',
    'isDbPlayerIstanced',
    'togglePropertyLock',
    'isPropertyLocked',
    'storeItem',
    'removeItem',
    'doesPropertyHasItem'
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published