14 Commits

Author SHA1 Message Date
aa15032261
5fee670282 Weapon impact (#321) 2022-07-05 22:55:18 +02:00
aa15032261
6510a19eda Added "Fill Inventory" button. (#309) 2022-07-02 21:45:11 +02:00
aa15032261
997f5fad71 Added entity proofs (#304) 2022-07-02 17:15:22 +02:00
Yimura
d243aef3ce refactor: cleaned up service directory structure (#300) 2022-06-30 00:11:54 +02:00
Quentin E. / iDeath
ba19c7b2b3 Feat vehicle gun improv (#291) 2022-06-27 15:59:25 +02:00
Quentin E. / iDeath
e2696ef4d5 Feat teleport improv (#292) 2022-06-27 15:45:26 +02:00
Kim123LP
483ecd1384 feat(Self): Added Heal (#285) 2022-06-25 22:03:43 +02:00
karifeld
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
Yimura
52d0950b0c fix(Mobile): Typo in text for empty personal vehicle list 2022-05-10 20:55:13 +02:00
Yimura
d4974859de fix(Mobile): Crash while in loading (before globals are available) 2022-05-10 20:38:24 +02:00
Yimura
608fcc8868 refactor(MobileService): Auto load personal vehicles, modernized code & improved caching (#195) 2022-05-10 19:02:30 +02:00
Aure7138
cce5c553e6 feat(Teleport): Added more teleport to objective (#185)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-09 23:00:50 +02:00
xM4ddy
31124cbf28 Added variables for common self natives 2022-05-07 18:27:59 -04:00
LiamD-Flop
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