From 1320c4ab7d9657f7ea24df0c8a6018a6da0d503b Mon Sep 17 00:00:00 2001 From: Hakko <67168651+Hakkodevelopment@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:02:24 -0600 Subject: [PATCH 1/2] Update commands.lua --- server/commands.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/commands.lua b/server/commands.lua index 79ccb9f..c0ffdf5 100644 --- a/server/commands.lua +++ b/server/commands.lua @@ -15,7 +15,7 @@ local moneyActions = { } lib.addCommand("setmoney", { - help = "Admin command, manage player money.", + help = "Admin command, set a players money.", restricted = "group.admin", params = { { @@ -164,7 +164,7 @@ lib.addCommand("setgroup", { end) lib.addCommand("skin", { - help = "Admin command, set player into character clothing menu.", + help = "Admin command, show character clothing menu for player.", restricted = "group.admin", params = { { @@ -178,7 +178,7 @@ lib.addCommand("skin", { end) lib.addCommand("character", { - help = "Admin command, set player into character selection menu.", + help = "Admin command, show character selection menu for player.", restricted = "group.admin", params = { { @@ -262,7 +262,7 @@ lib.addCommand("pay", { end) lib.addCommand("unlock", { - help = "Admin Command, force unlock vehicle.", + help = "Admin Command, force unlock a vehicle.", restricted = "group.admin", }, function(source, args, raw) local ped = GetPlayerPed(source) @@ -293,7 +293,7 @@ lib.addCommand("unlock", { end) lib.addCommand("revive", { - help = "Admin command, revive player.", + help = "Admin command, revive a player.", restricted = "group.admin", params = { { @@ -433,7 +433,7 @@ lib.addCommand("unfreeze", { end) lib.addCommand("vehicle", { - help = "Admin command, unfreeze a player.", + help = "Admin command, spawn a vehicle.", restricted = "group.admin", params = { { From eef1bb60f55e3382e1e8bb8cb8426c3d5e8c0bc8 Mon Sep 17 00:00:00 2001 From: Hakko <67168651+Hakkodevelopment@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:04:43 -0600 Subject: [PATCH 2/2] bump fxmanifest version --- fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 5bc1ec3..ba0f9b8 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,7 +2,7 @@ author "Andyyy#7666" description "ND Framework Core" -version "2.1.2" +version "2.2.9" fx_version "cerulean" game "gta5"