Dutch to EN

This commit is contained in:
gutso
2021-07-01 01:47:55 +03:00
committed by GitHub
parent d81a9663b5
commit f0da9a3026
+2 -2
View File
@@ -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)