forked from Simnation/Main
update
This commit is contained in:
parent
f866ac2379
commit
d97b416688
4 changed files with 327 additions and 0 deletions
6
resources/[Developer]/[Max]/Fx_autoupdate/client.lua
Normal file
6
resources/[Developer]/[Max]/Fx_autoupdate/client.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- Client-seitige Funktionen (falls benötigt)
|
||||
RegisterNetEvent('fx-updater:showUpdateNotification')
|
||||
AddEventHandler('fx-updater:showUpdateNotification', function(message)
|
||||
-- Hier könntest du eine schöne UI-Benachrichtigung anzeigen
|
||||
TriggerEvent('chatMessage', '[FX-UPDATER]', {255, 165, 0}, message)
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue