Update fxmanifest.lua

This commit is contained in:
Andyyy7666
2021-12-24 17:31:12 +01:00
committed by GitHub
parent dd3062d164
commit a176ccd79d

View File

@@ -6,14 +6,14 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
------------------------------------------------------------------------ ------------------------------------------------------------------------
fx_version "cerulean"
game "gta5"
lua54 "yes"
author "Andyyy#7666" author "Andyyy#7666"
description "ND Framework Core" description "ND Framework Core"
version "1.0" version "1.0"
fx_version "cerulean"
game "gta5"
lua54 "yes"
files { files {
"source/ui/index.html", "source/ui/index.html",
"source/ui/js/jquery-3.6.0.min.js", "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. "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) "sendBank", -- sendBank(sendingCharacterId, receiveingPlayerId, amount, sendingPlayerId)
"sendCash" -- sendCash(sendingCharacterId, amount, sendingPlayerId) "sendCash" -- sendCash(sendingCharacterId, amount, sendingPlayerId)
} }