Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
Andyyy7666 96f89d60ff Updated 2.1.0
Updated everything to new format, N1K0 is about to work on some more stuff.
2022-07-16 04:46:27 +02:00
Andyyy7666 e25da65776 Checking if 0 is a string
Checking for roles gives you the permissions id the role is 0 but it should’ve also checked if its "0" it’s now fixed :)
2022-07-11 06:53:31 +02:00
Andyyy7666 7092f46587 Merge pull request #10 from Hakkodevelopment/main
fixed spelling/grammar errors <3
2022-07-11 06:48:47 +02:00
Andyyy7666 b84713e9a4 Syncing doors when a new player joins. 2022-07-09 19:35:06 +02:00
Andyyy7666 1ce05e4ab6 Syncing doors when a new player joins. 2022-07-09 19:34:52 +02:00
Andyyy7666 7896faa95f Fixed issue where unauthorized jobs could open the door. 2022-07-09 17:53:49 +02:00
Andyyy7666 d565db9e44 fixed small issue with version checker. 2022-07-09 17:47:18 +02:00
Andyyy7666 e9baa2c058 Using event listeners to change the job. 2022-07-09 17:39:09 +02:00
Andyyy7666 5f3bd8fbd8 Add files via upload 2022-07-09 04:33:44 +02:00
Andyyy7666 5febdb3199 Add files via upload 2022-07-09 00:06:36 +02:00
Andyyy7666 a74b3d459e Update config_server.lua 2022-07-08 23:24:49 +02:00
Andyyy7666 0cf6edec7e 2.0.0 2022-07-08 23:24:04 +02:00
Andyyy7666 a33c4238bb Delete Logo.png 2022-07-08 23:23:38 +02:00
Andyyy7666 c185654cf4 Delete ND_Core/source/ui/js directory 2022-07-08 23:23:26 +02:00
Andyyy7666 413825d912 Rename ND_Core/source/ui/js/listener.js to ND_Core/source/ui/script.js 2022-07-08 23:23:17 +02:00
Andyyy7666 b7fdcc2cac Delete ND_Core/source/server directory 2022-07-08 23:22:58 +02:00
Andyyy7666 de4ab613de Rename ND_Core/source/server/main.lua to ND_Core/source/server.lua 2022-07-08 23:22:51 +02:00
Andyyy7666 9de8433c6a Delete ND_Core/source/client directory 2022-07-08 23:22:36 +02:00
Andyyy7666 eb68999f3f Rename ND_Core/source/client/main.lua to ND_Core/source/client.lua 2022-07-08 23:22:28 +02:00
Andyyy7666 ad36f7e286 Add files via upload 2022-07-08 23:19:28 +02:00
Andyyy7666 9f14ba65cb Add files via upload 2022-07-08 23:19:05 +02:00
Andyyy7666 f9c2940e15 Delete ND_ATMs/source/ui directory 2022-07-08 23:18:48 +02:00
Andyyy7666 d5d3b85d1a Add files via upload 2022-07-08 23:18:25 +02:00
Andyyy7666 3ff2e7967a Delete ND_Jailing/source/ui directory 2022-07-08 23:18:11 +02:00
Andyyy7666 41ac542ebb Delete config.lua 2022-07-08 23:17:25 +02:00
Andyyy7666 48c5bf69ac Delete server.lua 2022-07-08 23:17:07 +02:00
Andyyy7666 1f5165369e Delete client.lua 2022-07-08 23:16:57 +02:00
Andyyy7666 789dd2635e Add files via upload 2022-07-08 23:16:36 +02:00
Andyyy7666 3cb7418ada Update fxmanifest.lua 2022-07-08 23:16:10 +02:00
Andyyy7666 b025bfd8bc Update README.md 2022-07-05 22:23:01 +02:00
Andyyy7666 77c81f9d3d Update fxmanifest.lua 2022-07-01 00:29:31 +02:00
Andyyy7666 ab1671deea Update main.lua 2022-04-13 20:35:21 +02:00
Andyyy7666 c7cc06532c Update main.lua 2022-04-13 20:35:02 +02:00
Andyyy7666 136bd60185 Update README.md 2022-04-12 17:57:01 +02:00
Andyyy7666 f6cfda70c7 Update README.md 2022-04-12 17:56:22 +02:00
Andyyy7666 92c13c6164 Update index.html 2022-04-11 16:20:40 +02:00
Andyyy7666 670f1d1420 Update style.css 2022-04-11 15:34:42 +02:00
Andyyy7666 839884d60a Update listener.js 2022-04-11 15:33:58 +02:00
Andyyy7666 434ecdbaa0 Update main.lua 2022-04-11 03:21:26 +02:00
Andyyy7666 638ccb55df Update main.lua 2022-04-11 03:12:14 +02:00
Andyyy7666 d251acece6 Update main.lua 2022-04-11 03:00:20 +02:00
Andyyy7666 fb9b58e91e Update fxmanifest.lua
version 1.4
2022-04-08 19:26:49 +02:00
Andyyy7666 365b0bf850 Update query.sql
changed character id to be a primary key so this can be used with SonoranCAD database sync.
2022-04-08 19:26:48 +02:00
Andyyy7666 dca3fbc1cc Update main.lua
fixed spelling mistake
2022-04-08 19:26:46 +02:00
Andyyy7666 76521a0cbd Update config_client.lua
fixed spelling mistake
2022-04-08 19:26:44 +02:00
Andyyy7666 44f3ad3ada Update config_server.lua
removed SonoranCAD API and now servers can use database sync instead.
2022-04-08 19:26:43 +02:00
Andyyy7666 550cee48dd Update commands.lua
fixed leave priority command
2022-04-08 19:26:41 +02:00
Andyyy7666 938d947825 Update main.lua
removed SonoranCAD API and kvp.
Improved security and server validation.
2022-04-08 19:26:40 +02:00
Andyyy7666 e8cd174be4 Merge pull request #1 from bleachyblue/main
Validate client cash & bank
2022-04-06 23:12:52 +02:00
Andyyy7666 5e8f46271a Update listener.js 2022-03-24 21:32:19 +01:00
Andyyy7666 aa2428281f Update index.html 2022-03-24 21:32:05 +01:00
Andyyy7666 17e8346c81 Update style.css 2022-03-24 21:31:38 +01:00
Andyyy7666 d604c68543 Update commands.lua 2022-03-24 21:31:15 +01:00
Andyyy7666 f70bd49fc0 Update main.lua 2022-03-24 21:30:42 +01:00
Andyyy7666 bef2488041 Update commands.lua 2022-03-24 21:30:16 +01:00
Andyyy7666 b40cbf43c9 Update main.lua 2022-03-24 21:29:49 +01:00
Andyyy7666 641b02c0e8 Update config_client.lua 2022-03-24 21:29:18 +01:00
Andyyy7666 66d7f4814f Update config_server.lua 2022-03-24 21:28:51 +01:00
Andyyy7666 a407bf6038 Update fxmanifest.lua 2022-03-24 21:28:33 +01:00
Andyyy7666 11e6765deb Update fxmanifest.lua 2022-03-17 22:31:04 +01:00
Andyyy7666 cabc2d02dd Update fxmanifest.lua 2022-03-17 22:30:55 +01:00
Andyyy7666 d08c46d523 Update server.lua 2022-03-17 22:17:27 +01:00
Andyyy7666 8310d77800 Update server.lua 2022-03-10 23:12:39 +01:00
Andyyy7666 01c438dd2b Update config_server.lua 2022-03-10 23:10:27 +01:00
Andyyy7666 d970c0c733 Update fxmanifest.lua 2022-03-10 23:09:49 +01:00
Andyyy7666 2292b44344 Update config_server.lua 2022-03-10 18:26:22 +01:00
Andyyy7666 7eb2721824 Add files via upload 2022-03-10 18:25:57 +01:00
Andyyy7666 6d7cd2e3f7 Update main.lua 2022-02-26 23:47:38 +01:00
Andyyy7666 3e0fc3673b Update main.lua 2022-02-26 23:19:00 +01:00