Commit Graph

11 Commits

Author SHA1 Message Date
Kakarot be4f57410b feat(html): New Notify System
-Replaces old notification system but is also backwards compatible so no changes necessary
- Now allows for the use of sending a table with text and caption
- Can add as many types of notifications as wanted/needed
- Configure position and icons in app,js (google icons or fontawesome)
2021-09-28 23:39:11 -06:00
Kakarot 923f3d3a31 ⚠️ Major Update ⚠️
- Major cleanup of all files including reformatting & notations
- Added an optional export to add to scripts as an alternative to import.lua
- Added player state to OnPlayerLoaded so no more need for isLoggedIn inside scripts
- Updated all events to the new RegisterNetEvent and got rid of unneeded handlers
- Added the ability for ACE permissions with commands
- Added two new config options for player update interval and status update
- Changed players table to use citizenid column as primary key <-- very important
- Overall sloppy code cleanup, removal of unused code, got rid of nil checks
2021-09-24 22:46:20 -06:00
GhzGarage 21e8c0bb92 Weird dependency problem? 2021-09-11 23:12:02 -05:00
GhzGarage 95d4d6d287 ⚠️⚠️ ghmatti ditch ⚠️⚠️ 2021-09-11 21:26:56 -05:00
Bear 498a7f958b revert, going a different route after discussion 2021-08-01 14:02:30 -05:00
Bear dfc4375151 remove progressbar dependency
fixes progress bar errors on resource start
2021-08-01 13:50:49 -05:00
Taso c900b99f86 chore(lua54): utilize Lua version 5.4 runtime
This version includes improved changes to GC, better pseudo-randomness with `math.random()` (no longer requiring a seed to display even an ounce of randomness), and `const` keyword for all the immutable fellas out there.
2021-07-27 11:09:41 -04:00
GhzGarage ebbf7a3378 GetObject 2021-07-01 21:45:05 -05:00
Franco Sanllehi 694b71292b fix(qb/core): Fix paycheck
Fix order needed for loops introduced on #25
2021-06-18 14:25:10 -04:00
BerkieBb 8fca0ef7a8 Update fxmanifest.lua 2021-06-18 17:46:32 +02:00
GhzGarage 36a139cc09 easier file management 2021-04-08 19:11:32 -05:00