51 Commits

Author SHA1 Message Date
Yimura
f142f6ede8 refactor(RIDJoiner): Removed old class files 2021-01-14 22:14:48 +01:00
Yimura
6f41ce2529 refactor(SuperSprint): Reverted to old supersprint 2021-01-14 22:14:29 +01:00
Yimura
3123ffb76f feat(Functions): Added spawn vehicle func 2021-01-14 21:32:24 +01:00
Yimura
38d19c8fb6 feat(GUI): Added Weapons tab 2021-01-13 16:55:49 +01:00
Yimura
05d890653c refactor(TakeControlOfEnt): Return true if has control 2021-01-13 16:54:49 +01:00
Yimura
ff6a72405b feat(GravityGun): Added velocity based gravity gun 2021-01-13 15:36:13 +01:00
Yimura
d461afdccd feat(NoClip): Added velocity based noclipping 2021-01-13 15:33:52 +01:00
Yimura
2674ddfb3f refactor(JoinMessage): Removed old join message feature 2021-01-13 15:31:43 +01:00
Yimura
3334eec75e wip(Project): pushing project 2021-01-10 16:19:40 +01:00
Yimura
fd5192930a wip(SuperSprint): Added sky diving to super sprint 2021-01-03 22:14:06 +01:00
Yimura
36582c9282 feat(PlayerWindow): Added set bounty 10k option 2021-01-03 22:13:40 +01:00
Yimura
34ca679a59 fix(Features): Forgot to toggle kick on protections 2021-01-02 16:16:02 +01:00
Yimura
ee606848b1 fix(DisablePhone): Forgot to call disable phone feature in loop 2021-01-02 16:11:53 +01:00
Yimura
c2cb65b2b5 feat(Functions): Added protections toggle 2021-01-02 15:39:37 +01:00
Yimura
cdb6be86c3 feat(Features): Added disable phone feature 2021-01-01 15:25:44 +01:00
Yimura
5bd71c2c55 fix(SuperSprint): Only sprint while ped is sprinting 2021-01-01 15:23:47 +01:00
Yimura
7b5aab3dd7 feat(NoRagdoll): Added one more no ragdoll native call 2020-12-31 23:24:29 +01:00
Yimura
7296a93d6c feat(Players): Sort players by their name alphabetically 2020-12-31 20:53:04 +01:00
Yimura
daaa5684e8 refactor(Features): Moved looped features in a separate sub directory 2020-12-31 11:06:36 +01:00
Yimura
37c78f23b9 feat(Features/Pointers/PlayerWindow): Added spectate player function 2020-12-31 02:10:15 +01:00
Yimura
8bb6c8a226 wip(NoIdleKick): Attempt at fiixing no idle kick 2020-12-31 01:47:36 +01:00
Yimura
28309a25f5 feat(PlayerWindow & TabVehicle): Updated some strings, updated teleport options 2020-12-31 01:46:39 +01:00
Yimura
b9d4af320f refactor(Spoof Rank): Moved script_global to function 2020-12-29 23:27:54 +01:00
Yimura
e67b239567 feat(): Moved several things to functions to clean up GUI code 2020-12-29 23:26:22 +01:00
Yimura
ae19b2dc2f fix(Stats): Fixed stats char undersizing 2020-12-29 23:18:48 +01:00
Yimura
a39bd50e5f feat(TabVehicle): Added a speedo meter (km/h & mph) 2020-12-29 23:18:09 +01:00
Yimura
791819a515 fix(JoinMessage): Ignore self 2020-12-29 16:19:02 +01:00
Yimura
cbbd202b29 feat(TabWorld): Added population and vehicle density modifiers 2020-12-29 01:10:25 +01:00
Yimura
8df2f5e55f fix(JoinMessage): Fixed join player message to be more efficient 2020-12-29 00:13:13 +01:00
Yimura
110b76120f fix(JoinMessage): Join message would not work with player id 2020-12-28 01:21:22 +01:00
Yimura
17add5a874 feat(Features): Added reveal players looped feature 2020-12-27 19:26:08 +01:00
Yimura
85e3cf2549 fix(JoinMessage): Highlight player name properly and switched used functions 2020-12-27 15:43:45 +01:00
Yimura
b2034df79d wip(Stats/Features): Pushing progress for stats & join message 2020-12-27 00:47:08 +01:00
Yimura
e7859f087c feat(Teleport): Moved getting ground at 3d coords to a separate function 2020-12-26 23:36:58 +01:00
Yimura
daa024ab3d wip(Stats): Added unlock all stats method 2020-12-26 23:36:09 +01:00
Yimura
9e1aed0625 fix(NoBikeFall): Execute native in script thread to prevent crashes 2020-12-26 22:07:07 +01:00
Yimura
af934c7e10 feat(Features): Added sticky tyres looped feature 2020-12-26 22:06:31 +01:00
Yimura
addab413db fix(SpoofRank): Fixed issue on pass by reference instead of copy 2020-12-26 21:57:10 +01:00
Yimura
7876b48bee feat(Features): Added no bike fall looped feature 2020-12-26 21:56:22 +01:00
Yimura
7cf6813c29 feat(Features): Added spoof rank looped feature 2020-12-26 19:48:00 +01:00
Yimura
6b620a45fe feat(Features): Added no idle kick looped feature (needs testing) 2020-12-26 19:44:35 +01:00
Yimura
4948fbfbc6 feat(Features): Added super sprint looped feature 2020-12-26 19:39:24 +01:00
Yimura
895e15a9e6 feat(Features): Added never wanted looped feature 2020-12-26 19:34:05 +01:00
Yimura
02aaa5472c feat(Globals): Make sure players and screen sizes are updated 2020-12-26 19:26:10 +01:00
Yimura
47226dc6c9 feat(Features): Added off radar looped feature 2020-12-26 19:18:29 +01:00
Yimura
39165f8773 feat(Features): Added no ragdoll looped feature 2020-12-26 18:24:08 +01:00
Yimura
1f8b1f6c01 feat(Features): Added god mode looped feature 2020-12-26 18:13:47 +01:00
Yimura
3597e0cc9c fix(Teleport): Conflicting definitions of default arguments 2020-12-26 17:10:05 +01:00
Yimura
88d1a3fd4e fix(Notify): Removed static keyword on definition 2020-12-26 17:03:59 +01:00
Yimura
95f3ba1ea0 feat(Teleport): Added BringBlip, TeleportToBlip, Waypoint 2020-12-26 17:03:19 +01:00