Commit Graph

226 Commits

Author SHA1 Message Date
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
Andyyy7666
be2b6c4770 Added whitelisting
If you write "whitelist" in the notWhitelistedMessage then fivem will turn it into "allowlist"
2022-07-17 20:03:33 +02:00
Andyyy7666
cbb99c3e65 Added whitelisting
For some reason when you write whitelist in fivem it turns to allowlist
2022-07-17 20:02:23 +02:00
Andyyy7666
b47ad92755 Fixed small error
Fixed NDCore.Characters in ND_Core and fixed issue where the characters job would be nil.
2022-07-17 19:37:13 +02:00
Andyyy7666
c94cb70e3b fixed small error
I accidentally had the function return NDCore.SelectedCharacter instead of NDCore.Characters
2022-07-17 19:34:17 +02:00
Andyyy7666
9dc3383cb3 Small change when selecting a character
Since the triggered server event triggers a client even that updates the selected character on the client in ND_Core I didn’t need to use a callback to update the selected character.
2022-07-17 07:22:52 +02:00
Andyyy7666
d1fb8f6c62 Update issue templates 2022-07-17 06:29:07 +02:00
Andyyy7666
975821ee05 Merge pull request #13 from Hakkodevelopment/main
added event to create table if it doesn't exist
2022-07-17 06:23:15 +02:00
HakkoDevelopment
527302ac4a added event to create table if it doesn't exist 2022-07-16 17:40:44 -06:00
Niko
b553fb283e Update README.md
Fixed URL for docs
2022-07-16 01:03:17 -04:00