Commit Graph

12 Commits

Author SHA1 Message Date
e16eb956bf Added clone current vehicle feature. (#351) 2022-07-27 19:42:15 +02:00
18ab39394f Added ped model data. (#349) 2022-07-19 12:19:19 +02:00
14e0a112ae Fix an issue where spawn max could crash the game for some vehicles (#341) 2022-07-16 22:36:05 +02:00
4999c25e93 Added filter vehicle by class feature. (#336) 2022-07-15 14:54:23 +02:00
15ef1b874d Added proofs to vehicle menu and improved waterproof feature. (#330)
- Added proofs section to vehicle menu that allows player to control damage bits. 
- Player can now drive or walk underwater with waterproof turned on.
- Added bring closest vehicle feature.
- Vehicle will not deform with collision proof on.
- Improved vehicle menu arrangement.
- Added plate changer in LSC.
- Updated LSC layout.
- Expanded wheel type feature.
- Fixed a bug where the mod section shows repetitive wheel mods.

Fixed issue #331
2022-07-12 16:42:07 +02:00
2d9021f0b8 feat(Personal Vehicle): Added clone personal vehicle feature. (#326) 2022-07-10 00:33:14 +02:00
dba617ae9f refactor: cleaned up service directory structure (#300) 2022-06-30 00:11:54 +02:00
bb3c4ec0bf feat(Vehicle): Spawn list takes up entire screen 2022-06-26 00:31:51 +02:00
4e5ff4e366 feat(Detection): Disable sig scanner (#269)
* feat(vendor): Update GTAV-Classes
* feat(Detection): Disable sig scanner
2022-06-03 15:14:26 +02:00
04142b2d98 refactor: Modernized/optimized general code, bug fixing and more (#226)
* refactor: Use self globals

* refactor: Use gui::components

* fix(Vehicle Preview): Addresses #119

Previewed vehicle set to unclimbable

Only preview when hovered on vehicle

* fix(Infinite Clip): Disabling it now works

* fix(No Ragdoll): Disabling it now works

Removed unnecessary calls to natives (0xB128377056A54E2A should be enough)

* fix(Spawn): Wrong footer placement

* fix self globals file name typo

* refactor(Mobile): Clear ped tasks when set conditions are met

Only clear ped tasks if pv_teleport_into bool is true and ped is in a vehicle

* feat(Weapons): Remove current weapon

* refactor: Added missing variable in calls to self globals

* refactor: Utilize usage of ControllerInputs

* fix(Vehicle Fly): uninitialized local variable 'ped' used

* refactor(No Ragdoll, Infinite Clip): Only run on boolean change.

* refactor(Infinite Ammo): Simplified code

* refactor: Utilize ControllerInputs in other areas of code

* refactor: Utilize ControllerInputs in other areas of code
2022-05-22 18:38:45 -04:00
0832ae4603 Added variables for common self natives 2022-05-07 18:27:59 -04:00
0bd7c97337 feat(GUI): Simplifying the gui (#118)
Co-authored-by: Maddy <59680197+xM4ddy@users.noreply.github.com>
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-04 19:16:40 +02:00