Auto-sync 2026-04-15 22:25
This commit is contained in:
parent
4d7f4efcea
commit
a8225bd0dd
@ -26,6 +26,7 @@ files {
|
|||||||
'nui/index.html',
|
'nui/index.html',
|
||||||
'nui/style.css',
|
'nui/style.css',
|
||||||
'nui/script.js',
|
'nui/script.js',
|
||||||
'nui/vue.js',
|
'nui/vue2.js',
|
||||||
|
'nui/jquery.min.js',
|
||||||
'nui/images/*.png',
|
'nui/images/*.png',
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
mercyv-bike/nui/jquery.min.js
vendored
Normal file
2
mercyv-bike/nui/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
mercyv-bike/nui/vue2.js
Normal file
11
mercyv-bike/nui/vue2.js
Normal file
File diff suppressed because one or more lines are too long
@ -653,6 +653,7 @@ CreateThread(function()
|
|||||||
end,
|
end,
|
||||||
onSelect = function()
|
onSelect = function()
|
||||||
TriggerServerEvent('mercyv-deathscreen:server:npcHealSelf')
|
TriggerServerEvent('mercyv-deathscreen:server:npcHealSelf')
|
||||||
|
exports['hex_4_hud']:Notify('Dr.Klaus', 'Du hast dich behandeln lassen', success, 5000)
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -687,8 +688,9 @@ CreateThread(function()
|
|||||||
if closestPlayer then
|
if closestPlayer then
|
||||||
TriggerServerEvent('mercyv-deathscreen:server:npcReviveOther', closestPlayer)
|
TriggerServerEvent('mercyv-deathscreen:server:npcReviveOther', closestPlayer)
|
||||||
else
|
else
|
||||||
ESX.ShowNotification('Keine bewusstlose Person in der Nähe!')
|
exports['hex_4_hud']:Notify('Dr.Klaus', 'Keine bewusstlose Person in der nähe', error, 5000)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
}
|
}) -- Diese Zeile schließt den ox_target Block
|
||||||
|
end) -- Diese Zeile schließt den CreateThread
|
||||||
Loading…
x
Reference in New Issue
Block a user