127 Commits

Author SHA1 Message Date
Yimura
121553a3f5 refactor: Only act on an entity if we have control 2022-01-07 17:00:42 +01:00
Yimura
df92a95aa9 feat(OffRadar): Moved to util/mobile 2022-01-07 15:05:47 +01:00
Yimura
3d71ab1b77 fix(Player): SelectedPlayer struct was a copy and never updated causing the selected player to never update 2022-01-06 09:26:45 +01:00
Yimura
44693ff015 Merge pull request #39 from The-Denno/bug_ragdoll
fix(Self): No Ragdoll force ragdolling when disabled

fixes #36
2022-01-05 21:09:46 +01:00
The-Denno
7877c7cd8c Update no_ragdoll.cpp
fix(Self): ragdoll sideeffects as mentioned in #36
2022-01-05 19:23:57 +01:00
Yimura
4c28db9e58 fix(Vehicle): Vehicle God mode was not working as intended 2022-01-05 19:22:21 +01:00
Yimura
b4d23c1789 fix(Self): Wanted Level added force toggle
fixes #23
2022-01-05 18:30:16 +01:00
Yimura
28773c63b1 chore(Protections): Removed unused replay_interface 2021-12-22 21:35:59 +01:00
Yimura
d925ec2bbc feat(Vendor): Updated GTAV-Classes 2021-12-22 13:19:30 +01:00
Yimura
ba189ff65d fix(NoRagdoll): Disabling no ragdoll will force ragdoll the player 2021-12-22 01:15:02 +01:00
Yimura
c8aa2fd085 feat(Self): SuperRun prefer character rotation instead of cam rotation 2021-12-21 11:03:58 +01:00
Yimura
d8b7b8801a feat(CPed): In vehicle property is a bit field, check against bit instead of one value 2021-12-20 11:37:23 +01:00
Yimura
a128160e2b feat(Self): Set other ragdoll natives to false 2021-12-19 13:00:17 +01:00
karifeld
802aee41af feat(Self): Better no ragdoll 2021-12-19 14:02:38 +08:00
Yimura
28b1224898 feat(Self): Added super run 2021-12-19 00:25:54 +01:00
Yimura
721682743d Merge pull request #9 from iRevolutionDev/update
feat(Police): Fixed wanted level change.
2021-12-17 21:52:01 +01:00
iRevolutionDev
265e905d3f feat(Police): Fixed wanted level change. 2021-12-17 17:44:09 -03:00
Yimura
192e5aaee7 feat(ReplayInterface): Yield script even on invalid objects 2021-12-16 20:16:40 +01:00
Yimura
cea7b3f73f Merge pull request #7 from iRevolutionDev/update
feat(Globals): Updated globals for disable phone and session joining
2021-12-15 20:29:40 +01:00
iRevolutionDev
12bd47576a Update 1.58
feat(Globals): Updated phone calls
feat(Globals): Updated session
2021-12-15 16:25:10 -03:00
Yimura
b31b472fed feat(Vehicle): Added despawn bypass 2021-12-15 20:15:21 +01:00
Yimura
e0e6840d28 feat(Globals): Updated to 1.58 2021-12-15 18:17:05 +01:00
Yimura
9c0d7179cf fix(Natives): replace PLAYER_ID with GET_PLAYER_INDEX 2021-11-11 01:14:22 +01:00
Yimura
33ac6e261d feat(Natives): Updated natives list 2021-11-08 13:00:04 +01:00
Yimura
c274237ba4 feat(UpdatePlayerStructs): Networkhandle allocation size can be smaller 2021-10-15 11:28:54 +02:00
Yimura
f1332fbc06 fix(NoClip): Improper cleanup of old entity
Causes unintended side effects
2021-10-14 00:09:56 +02:00
Yimura
c304981931 fix(FrameFlags): Adjusted frame flags 2021-09-21 18:10:48 +02:00
Yimura
bf8816a116 feat(HornBoost): Don't boost unless driver 2021-09-21 13:40:23 +02:00
Yimura
e41e25228b feat(Self): Added free cam 2021-09-21 01:44:24 +02:00
Yimura
4eef16af1f feat(Spectate): Fixed spectate not following player minimap 2021-09-19 12:31:15 +02:00
Yimura
6f5e12168b feat(Handling): Added online profile getting 2021-08-17 16:56:41 +02:00
Yimura
f22682b607 feat(Vehicle): Added vehicle god mode 2021-08-16 23:11:08 +02:00
Yimura
1ba4aa1251 feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
1bc261b1c0 feat(System/PlayerUpdate): Optimised player counts 2021-08-05 14:59:27 +02:00
Yimura
dd4562c359 feat(System/PlayerUpdates): Properly update 2021-08-05 01:46:36 +02:00
Yimura
dbbe530f7d feat(System/PlayerUpdate): Optimised player updates 2021-08-05 01:28:18 +02:00
Yimura
af413c11a4 feat(Vehicle): Added ability to change position of speedo meter 2021-08-03 20:29:54 +02:00
Yimura
478e3e9304 fix(UpdatePointers): Fixed issue where the player point would not be up to date 2021-08-03 20:29:13 +02:00
Yimura
fdbf835d2f feat(Noclip): Progressively increase noclip speed 2021-08-03 20:26:43 +02:00
Yimura
706ba87bfc feat(Self): Added never wanted and set wanted level 2021-07-28 00:46:00 +02:00
Yimura
a25f3ecd99 fix(FrameFlags): Check for nullptr on m_player_info 2021-07-28 00:30:18 +02:00
Yimura
21a70be719 feat(System): Update player structs with less load 2021-07-26 21:23:27 +02:00
Yimura
12050657ec feat(Backend): Added frame flags to loop 2021-07-26 21:19:58 +02:00
Yimura
b0cf5cb611 feat(Self): Added frame flag cheats 2021-07-26 21:18:19 +02:00
Yimura
814cce7d55 feat(Global): Added pointer to local player ped 2021-07-25 22:24:22 +02:00
Yimura
76a27f3c61 feat(System/ScreenSize): Removed random old variable 2021-07-25 21:15:28 +02:00
Yimura
1c4f06de00 feat(Tunables): Added no idle kick 2021-07-24 14:38:23 +02:00
Yimura
408958c578 fix(DisablePhone): Correct script_global 2021-07-24 14:38:00 +02:00
Yimura
a1739bcca4 feat(Tunables): Added disable phone 2021-07-24 00:16:04 +02:00
Yimura
9dd5a1232f fix(Spectate): Don't force spectate unless it's explicitly enabled 2021-07-23 23:02:26 +02:00