From c827e5b27af2e52e958c5c9f89938b25446b5747 Mon Sep 17 00:00:00 2001 From: vanillaa <80897991+vanillla1@users.noreply.github.com> Date: Tue, 24 Aug 2021 23:29:58 +0300 Subject: [PATCH] add .. fix --- server/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/commands.lua b/server/commands.lua index 22861e5..5649b79 100644 --- a/server/commands.lua +++ b/server/commands.lua @@ -118,7 +118,7 @@ QBCore.Commands.Add("job", "Check Your Job", {}, false, function(source, args) duty = "Off Duty" end - TriggerClientEvent('QBCore:Notify', source, "Job: "..Player.PlayerData.job.label.. " Grade: "..Player.PlayerData.job.grade.name " Duty: "..duty) + TriggerClientEvent('QBCore:Notify', source, "Job: "..Player.PlayerData.job.label.. " Grade: "..Player.PlayerData.job.grade.name.. " Duty: "..duty) end) QBCore.Commands.Add("setgang", "Set A Players Gang (Admin Only)", {{name="id", help="Player ID"}, {name="gang", help="Name of a gang"}, {name="grade", help="Grade"}}, true, function(source, args)