mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Dutch to EN
This commit is contained in:
+2
-2
@@ -132,7 +132,7 @@ end, "admin")
|
||||
QBCore.Commands.Add("gang", "Check Your Gang", {}, false, function(source, args)
|
||||
local Player = QBCore.Functions.GetPlayer(source)
|
||||
|
||||
if Player.PlayerData.gang.name ~= "geen" then
|
||||
if Player.PlayerData.gang.name ~= "none" then
|
||||
TriggerClientEvent('QBCore:Notify', source, "Gang: "..Player.PlayerData.gang.label)
|
||||
else
|
||||
TriggerClientEvent('QBCore:Notify', source, "No Gang Affiliation", "error")
|
||||
@@ -163,4 +163,4 @@ QBCore.Commands.Add("ooc", "OOC Chat Message", {}, false, function(source, args)
|
||||
end
|
||||
end
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user