1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Miho931 2025-06-25 12:29:55 +02:00
parent 249996b2c9
commit 0c18708427

View file

@ -52,7 +52,8 @@ AddEventHandler('mh_jobgarage:DeleteFromList', function(plate)
keycounter = 0
end
end)
print("keycounter: "..keycounter)
print(json.encode(keycounter))
print("keycounter: "..tonumber(keycounter))
if keycounter == nil then
TriggerClientEvent('mh_jobgarage:notify', _source, "Schlüsselkasten", "Fehler, versuche es Später erneut.", "inform")