Skip to content

Vumono/esx_apartments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

esx_apartments

Simple apartments resource managed clientside, the storage and clothing all use exports and can easily be changed. PR's are always welcome.

This resource is created with esx Legacy, other versions might not work without modifying the resource.

I borrowed some code from Linden's esx_multichar to make players invisible.

WIP

  • invite players into home
  • givekeys to other players
  • more different motels

Dependencies

recommended

Make sure to follow the detailed installation of the Dependencies

Installation

  • download the resource
  • drop the resource somewhere in resources folder
  • start the resource after the dependencies in server.cfg

If you wish to change the locations, you have to do it yourself in the client.lua. To add the stash add this to your ox_inventory\data\stashes.lua

		coords = vec3(150.8704, -1003.6064, -98.9825),
		target = {
			loc = vec3(149.47420, -1004.55900, -99.98502),
			length = 0.6,
			width = 1.8,
			heading = 90,
			minZ = 43.34,
			maxZ = 44.74
		},
		name = 'Apartmentstash',
		label = 'Apartement stash',
		owner = true,
		slots = 50,
		weight = 400000,
	},

About

Simple apartments resource managed clientside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages