Commit Graph
535 Commits
Author SHA1 Message Date
HakkoDevelopment da1ce4af37 Fixed AOP Export issues 2022-08-11 19:04:31 -06:00
Andyyy7666 74e6303f62 Merge branch 'main' of https://github.com/Andyyy7666/ND_Framework 2022-08-11 19:49:16 +02:00
Andyyy7666 2342e9f7eb Fix(CharacterSelection/client): Issue with fivem-appearance 2022-08-11 19:49:08 +02:00
Andyyy7666 adb24e3f8a Update functions.lua 2022-08-11 19:43:33 +02:00
Andyyy7666 31fa7ae3a4 Update config.lua 2022-08-11 01:17:58 +02:00
Andyyy7666 f395ed7f6c feat(core): added update last location on client 2022-08-11 01:17:51 +02:00
Andyyy7666 e66490274d Update config_client.lua 2022-08-11 01:17:21 +02:00
Andyyy7666 92a410937d fix(core): discord http request 2022-08-11 01:17:13 +02:00
Andyyy7666 e8f461fe56 feat(core): added update last location on client. 2022-08-11 01:16:49 +02:00
Andyyy7666 e98f79bba3 Update client.lua 2022-08-10 19:35:28 +02:00
Andyyy7666 26c71a57e1 Update index.html 2022-08-10 19:23:34 +02:00
Andyyy7666 d4c0fdaf1e Update events.lua 2022-08-10 00:29:21 +02:00
Andyyy7666 a380bf619c Fix(characterSelection/server/events): Stuck on connecting to discord. 2022-08-10 00:24:57 +02:00
Andyyy7666 efcadd4734 fix(CharacterSelection/js): Removed duplicated code 2022-08-10 00:18:14 +02:00
Andyyy7666 8681f824b6 Added fivem appearance 2022-08-09 00:53:35 +02:00
Andyyy7666 6d693ff7f3 Update client.lua 2022-08-08 20:58:23 +02:00
Andyyy7666 0173f418a0 Merge pull request #25 from bleachyblue/main
Departments duplication patch
2022-08-08 20:57:33 +02:00
bleachyblue 008a31bc1a Version change 2022-08-06 14:36:39 +01:00
bleachyblue 873f63be39 Departments duplication patch 2022-08-06 14:35:52 +01:00
Niko b08c91a35e bruh 2022-08-04 23:04:03 -04:00
Niko ca6b336863 Reverted some changes later to be fixed 2022-08-04 23:03:44 -04:00
Niko a64b7aab93 Removed Some Prints lmao 2022-08-04 22:56:58 -04:00
Niko c56787e33d Merge pull request #24 from nik0-3d/main
fix(ND_Core) fixed departments not showing for players in discord
2022-08-04 22:49:13 -04:00
Niko 6c008d00ca fix(ND_Core) fixed departments not showing for players in discord
ykyk
2022-08-04 22:48:32 -04:00
Andyyy7666 89c2b11a30 Update README.md 2022-08-05 00:32:38 +02:00
Andyyy7666 c3af5ebff7 Update README.md 2022-08-05 00:32:28 +02:00
Andyyy7666 7251e2206d added fivem appearence 2022-08-05 00:18:10 +02:00
Andyyy7666 8e5dba6d65 Update fxmanifest.lua 2022-08-05 00:12:20 +02:00
Andyyy7666 387e4d0162 Added updating clothes 2022-08-05 00:04:03 +02:00
Andyyy7666 8f9d415cdf Added, groups, last location, and clothing. 2022-08-05 00:02:04 +02:00
Andyyy7666 ba33930002 New features comming soon
Added, clothing which will use FiveM-appearence to change the clothes of the character when created. Groups which will be introduced later, and last location which will be used to save the players location so they can spawn there.
2022-08-04 23:57:58 +02:00
Andyyy7666 05b7f8f7be Added phone number 2022-07-30 02:00:06 +02:00
Andyyy7666 c3140111f4 Added phone number
Added phone number to the players object
2022-07-30 01:58:36 +02:00
Andyyy7666 00393fe08a Added phone number
This will be used with npwd integration
If you want to add it without dropping your database then use the code below.
ALTER TABLE characters ADD COLUMN `phone_number` VARCHAR(20) DEFAULT NULL;
2022-07-30 01:57:25 +02:00
Niko cc5ffe159c Merge pull request #23 from nik0-3d/main
fix(ND_Fuel) fixed being able to grab a pump from inside a vehicle
2022-07-29 01:39:10 -04:00
Niko 95d0ff204c fix(ND_Fuel) fixed being able to grab a pump from inside a vehicle 2022-07-29 01:37:51 -04:00
Niko a26703e42a Merge pull request #21 from nik0-3d/main
Yea fix fix yea
2022-07-23 00:56:36 -04:00
Niko 2e1f1fe28e lol 2022-07-23 00:55:56 -04:00
Niko c1cc40e9d5 Fixed Error In Character Selection 2022-07-23 00:06:20 -04:00
Andyyy7666 579cb9af60 Fuel script
* Nozzle & hose
* Pump UI
* Customize fuel consumption
* Purchase and refill Jerry Can
2022-07-22 17:14:12 +02:00
Andyyy7666 63a31ed10a removed print 2022-07-22 01:20:10 +02:00
Andyyy7666 a4562be925 fixed bugs
* fixed the issue where an edited character wouldn't update in the editing menu.
* fixed amount of characters displaying correctly.
* improved some old code.
2022-07-21 22:53:12 +02:00
Andyyy7666 2ce26f8cb8 Fixed bugs
* fixed the issue where an edited character wouldn't update in the editing menu.
* fixed amount of characters displaying correctly.
* improved some old code.
2022-07-21 22:52:05 +02:00
Andyyy7666 9dcda2bbdd removed old code
removed old money ui
2022-07-21 22:50:14 +02:00
Andyyy7666 f6be8ce489 removed old code
removed the old money ui that's not used anymore
2022-07-21 22:49:29 +02:00
Andyyy7666 6429861262 Update functions.lua 2022-07-21 22:48:30 +02:00
Andyyy7666 177649a7c5 fixed discord rich presence 2022-07-18 20:33:39 +02:00
Andyyy7666 5720049448 Update README.md 2022-07-17 20:30:36 +02:00
Andyyy7666 721340c0de Fixed duplicated department issue
You will now receive the right permissions for the right departments without any departments messing or getting duplicated.
2022-07-17 20:15:03 +02:00
Andyyy7666 d5040e06b7 Fixed duplicated departments issue
You will now receive the right permissions for the right departments without any departments messing or getting duplicated.
2022-07-17 20:14:27 +02:00