89 Commits

Author SHA1 Message Date
Maddy
5ea6135856 Added Infinite ammo & clip. 2022-02-08 23:06:33 -05:00
Yimura
0cff76852a feat(PlayerList): Further simplified how selected player is handled 2022-02-02 01:38:35 +01:00
Yimura
b5c12a12bf feat(Spectate): Why did I ever use signature 2022-02-01 23:14:58 +01:00
Yimura
445514c8bf fix(Spectate): Check if player is valid while spectating 2022-01-31 18:36:00 +01:00
Yimura
1dc68d23e1 feat(PlayerList): Rewrite of entire player management system 2022-01-31 18:27:35 +01:00
Yimura
9726d96c6a feat(vendor): Updated GTAV-Classes 2022-01-30 00:23:26 +01:00
Yimura
1273b47ef2 feat(LsCustoms): No need to set position and heading as the natives are hooked 2022-01-21 23:14:19 +01:00
Yimura
815d493530 feat(Vehicle): Added trigger LS Customs anywhere 2022-01-14 16:12:30 +01: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
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
8931db7d4b 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
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
94e785594d feat(Backend): Run login in thread pool 2021-09-18 22:10:38 +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