29 Commits

Author SHA1 Message Date
aa15032261
5fee670282 Weapon impact (#321) 2022-07-05 22:55:18 +02:00
Quentin E. / iDeath
ba19c7b2b3 Feat vehicle gun improv (#291) 2022-06-27 15:59:25 +02:00
Quentin E. / iDeath
6ef2a63f8c Make DISABLE_CONTROL_ACTION calls in their own script thread (#284) 2022-06-25 21:17:35 +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
3c1aaec970 feat(StealVehicleGun): Added timeout between kicking out of vehicle 2022-05-13 15:33:19 +02:00
xM4ddy
31124cbf28 Added variables for common self natives 2022-05-07 18:27:59 -04:00
Yimura
69d30ce297 feat(SpecialAmmo): Added special ammo options
- Removed frame flags #108
2022-03-16 19:16:52 +01:00
Maddy
bfea7e0722 feat: Added suggestions from #64
Added:
* Give All Weapons
* No spread
* No recoil
* Force Crosshair
* Weapon Damage Modifier
* Clean Player & Keep Player Clean
* Invisibility

Modified:
* Welcome notification shows the current hotkey to open menu
* Weapons.h has been updated with the most recent weapons
2022-03-02 14:48:53 +01:00
LiamD-Flop
eb71752b5b feature(GUI): Notifications are gui styled. (#69)
* feature(GUI): Notifications are gui styled.

* feature(GUI): Removed ~r~
2022-03-02 00:21:29 +01:00
Yimura
a2d9f04f1e feat(Globals): Simplified code, sorry to anyone who has to update their code 2022-02-22 01:18:49 +01:00
Yimura
11b51edaea fix(InfiniteAmmo/Mag): Removed unused includes 2022-02-13 23:53:10 +01:00
Maddy
5ea6135856 Added Infinite ammo & clip. 2022-02-08 23:06:33 -05:00
Yimura
2414ee3c81 fix(CustomWeapons): Fix Gravity Gun not doing cleanup when failing REQUEST_CONTROL
Fixes #40
2022-01-08 14:09:00 +01:00
Yimura
121553a3f5 refactor: Only act on an entity if we have control 2022-01-07 17:00:42 +01:00
Yimura
9c0d7179cf fix(Natives): replace PLAYER_ID with GET_PLAYER_INDEX 2021-11-11 01:14:22 +01:00
Yimura
4d81856de0 feat(RepairGun): Call repair helper function 2021-07-23 11:59:01 +02:00
Yimura
9964944eb4 refactor(StealVehicleGun): Wait for player to get kicked from vehicle 2021-05-26 14:26:00 +02:00
Yimura
adcee2f487 refactor(GravityGun): Fixed cleanup of selected entity 2021-05-26 14:24:49 +02:00
Yimura
b8416192c8 fix(GravityGun): Removed get weapon hash 2021-05-21 00:52:33 +02:00
Yimura
693519e73c feat(StealVehicleGun): Notification for non vehicle entities 2021-05-20 22:42:24 +02:00
Yimura
7765700439 feat(CustomWeapons): Added steal vehicle gun 2021-05-20 22:40:13 +02:00
Yimura
ccc8212003 feat(VehicleGun): Select custom model 2021-05-20 22:39:56 +02:00
Yimura
6c4357ed3c feat(CustomWeapons): Added vehicle gun 2021-05-20 21:04:03 +02:00
Yimura
b63bf4b0e4 feat(CustomWeapons): Added Cage and Delete guns 2021-05-20 18:57:53 +02:00
Yimura
f6ee0687fa feat(CustomWeapons): Added repair gun 2021-05-20 18:19:01 +02:00
Yimura
cfedc34bf7 refactor(Globals): Removed old include from files 2021-05-20 15:52:29 +02:00
Yimura
399cebb9cf feat(Core): Added speedo_meter to data and renamed CustomWeapon enum 2021-05-19 18:09:13 +02:00
Yimura
6d0d39a616 feat(MainWindow): Added gravity gun 2021-05-19 16:05:21 +02:00
Yimura
d5aecb5c8f feat(Backend/looped): Added gravity gun 2021-05-19 15:31:35 +02:00