Skip to content

Releases: WaypointRP/wp-placeables

v1.1.4

Choose a tag to compare

@BackSH00TER BackSH00TER released this 04 May 06:54
4889893
Add a check for ox_lib in the manifest (#19)

v1.1.3 - Add qbox support

Choose a tag to compare

@BackSH00TER BackSH00TER released this 07 Apr 04:15
fa8d7d1

Adds qbox support

v1.1.2

Choose a tag to compare

@BackSH00TER BackSH00TER released this 13 Jan 05:51
b0998db

v1.1.1

Choose a tag to compare

@BackSH00TER BackSH00TER released this 22 Jun 21:50
0dcc424

Bumping version to v1.1.1

  • Includes the fix to use the event from wp-seats for sitting on placeable chairs

v1.1.0

Choose a tag to compare

@BackSH00TER BackSH00TER released this 29 Dec 20:22
f1168b0
  • Removed the use of shouldUseItemNameState. We now always use the statebag property itemName

  • Fixed an issue with ox_target that was resulting in duplicated target options

Potential breaking changes:

  • renamed statebag itemNameOverride to itemName. If you had any external scripts utilizing this field, this could break your logic and will need to be updated.

v1.0.6

Choose a tag to compare

@BackSH00TER BackSH00TER released this 21 Dec 08:23

Fix ox target bug

v1.0.5

Choose a tag to compare

@BackSH00TER BackSH00TER released this 20 Dec 04:20
22ce1fd

Added support for OX Lib scripts

v1.0.4

Choose a tag to compare

@BackSH00TER BackSH00TER released this 10 Dec 23:33
de6f499
Update fxmanifest.lua

v1.0.2

Choose a tag to compare

@BackSH00TER BackSH00TER released this 01 Nov 04:32
87b0903
  • All fields needed by wp-placeables are now defined on each item in the Config.PlaceableProps list
    • You no longer need to define these extra fields on the items.lua table
    • This should fix the bug with ESX not getting the correct data (due to previously trying to access items from the Core object)
  • Updated readme instructions

v1.0.1 - Framework abstraction

Choose a tag to compare

@BackSH00TER BackSH00TER released this 07 Oct 03:07
d9dff71

Added framework abstraction to make it easier to support various frameworks and to remove dependency on QB