Commit Graph

24 Commits

Author SHA1 Message Date
bf87449d35 Improve RGB Paint (#347) 2022-07-16 22:55:31 +02:00
1e5b86f0a4 Added seat changer feature. (#346) 2022-07-16 22:37:44 +02:00
d7d398906d Fix an issue where spawn max could crash the game for some vehicles (#341) 2022-07-16 22:36:05 +02:00
d2ce31a997 Fixed an issue where LSC is not working for some vehicles. (#338) 2022-07-15 14:56:55 +02:00
fc6f797088 Added filter vehicle by class feature. (#336) 2022-07-15 14:54:23 +02:00
3cfde641cf Fixed an issue where the neon light section changing tire smoke color (#335)
Fixed an issue where the neon light section changing tire smoke color, also added an uncheck all button.
2022-07-15 14:53:48 +02:00
bbd1af8738 Added headlight, neon light and custom tire options to LSC. (#332) 2022-07-14 16:16:30 +02:00
44745c09d4 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
cf52e9f77d feat(Personal Vehicle): Added clone personal vehicle feature. (#326) 2022-07-10 00:33:14 +02:00
d243aef3ce refactor: cleaned up service directory structure (#300) 2022-06-30 00:11:54 +02:00
09f77d79aa Add vehicle jump (#290) 2022-06-27 15:42:53 +02:00
9f90b4c935 feat(Vehicle): Spawn list takes up entire screen 2022-06-26 00:31:51 +02:00
12f4035eff feat(vehicle): LSC (Los Santos Customs) tab (#254)
Co-authored-by: mentolixite <mentolixite@pm.me>
2022-06-26 00:14:00 +02:00
2083f66d94 feat(Detection): Disable sig scanner (#269)
* feat(vendor): Update GTAV-Classes
* feat(Detection): Disable sig scanner
2022-06-03 15:14:26 +02:00
e52ba9a02f Improved auto drive (#196)
* Improved logic to handle changes mid drive. Changed default styles. Split to waypoint and wander into two separate files for readability

* Fixed type to remove the hideous warnings

* Fixes

* wfvaenhiuefcsnhiojmfhnevioshnuefvsihnoijmefmvschnfvecshnfevSC

* iNcLuDeS aLpHaBeTiCaLlY
2022-05-24 15:59:25 -04:00
c081eda4c8 feat(vehicle): Add turn signals (#239)
* Initial

* Tiny update

* More small fixes

* Run in separate script.

* whoops
2022-05-22 20:00:23 -04:00
0f09234130 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
f0d1639884 Should be working. 2022-05-16 15:33:43 -04:00
f1604fede6 Added Vehicle Fly 2022-05-16 02:22:11 -04:00
929705cd8a feat(Vehicle): Instant into vehicle (globals) (#181) 2022-05-09 22:58:53 +02:00
0e340a5217 feat(Vehicle): Add auto drive (#182)
* Should be working

* Boy am I dumb

* Fixes and added wander and other shit
2022-05-09 14:59:38 +02:00
31124cbf28 Added variables for common self natives 2022-05-07 18:27:59 -04:00
28640b453e feat(Player): Added Flying vehicle
Co-authored-by: LiamD-Flop
2022-05-05 22:51:18 +02:00
e7cc2611b6 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