From a176ccd79dea05365e46965a2f81c11983cb14ab Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 24 Dec 2021 17:31:12 +0100 Subject: [PATCH] Update fxmanifest.lua --- ND_Core/fxmanifest.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ND_Core/fxmanifest.lua b/ND_Core/fxmanifest.lua index 6471239..340f387 100644 --- a/ND_Core/fxmanifest.lua +++ b/ND_Core/fxmanifest.lua @@ -6,14 +6,14 @@ ------------------------------------------------------------------------ ------------------------------------------------------------------------ -fx_version "cerulean" -game "gta5" -lua54 "yes" - author "Andyyy#7666" description "ND Framework Core" version "1.0" +fx_version "cerulean" +game "gta5" +lua54 "yes" + files { "source/ui/index.html", "source/ui/js/jquery-3.6.0.min.js", @@ -40,4 +40,4 @@ exports { "getCharacterInfo", -- getCharacterInfo(int), 1 will return return FirstName, 2 LastName, 3 DateOfBirth, 4 Gender, 5 TwtName, 6 Department, 7 Cash, 8 Bank. 9 will return their character id. "sendBank", -- sendBank(sendingCharacterId, receiveingPlayerId, amount, sendingPlayerId) "sendCash" -- sendCash(sendingCharacterId, amount, sendingPlayerId) -} \ No newline at end of file +}