82 Commits

Author SHA1 Message Date
Yimura
d6929d4efc
feat(Vehicle): Added trigger LS Customs anywhere 2022-01-14 16:12:30 +01:00
Yimura
f6ba4d8257
fix(CustomWeapons): Fix Gravity Gun not doing cleanup when failing REQUEST_CONTROL
Fixes #40
2022-01-08 14:09:00 +01:00
Yimura
1d6fa013de
refactor: Only act on an entity if we have control 2022-01-07 17:00:42 +01:00
Yimura
087a188d2a
feat(OffRadar): Moved to util/mobile 2022-01-07 15:05:47 +01:00
Yimura
bac623ed8b
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
d3c5ac2d8a
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
54e69e67be Update no_ragdoll.cpp
fix(Self): ragdoll sideeffects as mentioned in #36
2022-01-05 19:23:57 +01:00
Yimura
6f69601f7c
fix(Vehicle): Vehicle God mode was not working as intended 2022-01-05 19:22:21 +01:00
Yimura
5778984b18
fix(Self): Wanted Level added force toggle
fixes #23
2022-01-05 18:30:16 +01:00
Yimura
0f56f836bb
chore(Protections): Removed unused replay_interface 2021-12-22 21:35:59 +01:00
Yimura
a3c86ddc53
feat(Vendor): Updated GTAV-Classes 2021-12-22 13:19:30 +01:00
Yimura
e4e3aa5a17
fix(NoRagdoll): Disabling no ragdoll will force ragdoll the player 2021-12-22 01:15:02 +01:00
Yimura
f1ae8aa022
feat(Self): SuperRun prefer character rotation instead of cam rotation 2021-12-21 11:03:58 +01:00
Yimura
e557571314
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
f7f032c24b
feat(Self): Set other ragdoll natives to false 2021-12-19 13:00:17 +01:00
karifeld
5a68bcb0e3
feat(Self): Better no ragdoll 2021-12-19 14:02:38 +08:00
Yimura
94f3d72690
feat(Self): Added super run 2021-12-19 00:25:54 +01:00
Yimura
d89041e18f
feat(Protections): Stop calling replay interface on tick
The replay interface should be used for single task checks, something that's triggered by the user.
The removal of attached entities should be done with a different method.
2021-12-18 14:28:37 +01:00
Yimura
171ddbf350
Merge pull request #9 from iRevolutionDev/update
feat(Police): Fixed wanted level change.
2021-12-17 21:52:01 +01:00
iRevolutionDev
4b0bc4d6d3 feat(Police): Fixed wanted level change. 2021-12-17 17:44:09 -03:00
Yimura
f88b493680
feat(ReplayInterface): Yield script even on invalid objects 2021-12-16 20:16:40 +01:00
Yimura
5ff5771cfc
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
1d210e8020 Update 1.58
feat(Globals): Updated phone calls
feat(Globals): Updated session
2021-12-15 16:25:10 -03:00
Yimura
8370364230
feat(Vehicle): Added despawn bypass 2021-12-15 20:15:21 +01:00
Yimura
ad3484d2a1
feat(Globals): Updated to 1.58 2021-12-15 18:17:05 +01:00
Yimura
a98f4bf357
fix(Natives): replace PLAYER_ID with GET_PLAYER_INDEX 2021-11-11 01:14:22 +01:00
Yimura
a152427ae7
feat(Natives): Updated natives list 2021-11-08 13:00:04 +01:00
Yimura
ccfd66a663
feat(UpdatePlayerStructs): Networkhandle allocation size can be smaller 2021-10-15 11:28:54 +02:00
Yimura
12f4527de8
fix(NoClip): Improper cleanup of old entity
Causes unintended side effects
2021-10-14 00:09:56 +02:00
Yimura
f0e76a6d75
fix(FrameFlags): Adjusted frame flags 2021-09-21 18:10:48 +02:00
Yimura
53ceb16a0d
feat(HornBoost): Don't boost unless driver 2021-09-21 13:40:23 +02:00
Yimura
47e7c06982
feat(Self): Added free cam 2021-09-21 01:44:24 +02:00
Yimura
63d1d576b8
feat(Spectate): Fixed spectate not following player minimap 2021-09-19 12:31:15 +02:00
Yimura
0106d8a02e
feat(Backend): Run login in thread pool 2021-09-18 22:10:38 +02:00
Yimura
c954ef76cb
feat(Handling): Added online profile getting 2021-08-17 16:56:41 +02:00
Yimura
117ceaa2cd
feat(Vehicle): Added vehicle god mode 2021-08-16 23:11:08 +02:00
Yimura
65cacc17f3
feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
2437fd086f
feat(System/PlayerUpdate): Optimised player counts 2021-08-05 14:59:27 +02:00
Yimura
e038356b19
feat(System/PlayerUpdates): Properly update 2021-08-05 01:46:36 +02:00
Yimura
417a5d6efc
feat(System/PlayerUpdate): Optimised player updates 2021-08-05 01:28:18 +02:00
Yimura
35d1869d33 feat(Vehicle): Added ability to change position of speedo meter 2021-08-03 20:29:54 +02:00
Yimura
4f29578d15 fix(UpdatePointers): Fixed issue where the player point would not be up to date 2021-08-03 20:29:13 +02:00
Yimura
92f50b12c8 feat(Noclip): Progressively increase noclip speed 2021-08-03 20:26:43 +02:00
Yimura
c508ed5faa feat(Self): Added never wanted and set wanted level 2021-07-28 00:46:00 +02:00
Yimura
2f16fe594c fix(FrameFlags): Check for nullptr on m_player_info 2021-07-28 00:30:18 +02:00
Yimura
ddfb5d625d feat(System): Update player structs with less load 2021-07-26 21:23:27 +02:00
Yimura
0c1ccab977 feat(Backend): Added frame flags to loop 2021-07-26 21:19:58 +02:00
Yimura
a61ba85278 feat(Self): Added frame flag cheats 2021-07-26 21:18:19 +02:00
Yimura
65388964d7 feat(Global): Added pointer to local player ped 2021-07-25 22:24:22 +02:00
Yimura
ebb570a314 feat(System/ScreenSize): Removed random old variable 2021-07-25 21:15:28 +02:00