Aggiungi al carrello
In offerta!
Script ESX

Codem-AdvancedNotifySystem

Il prezzo originale era: $14.99.Il prezzo attuale è: $7.99.

-47%
  • Design dell'interfaccia utente futuristico
    -Regolabile su HTML/CSS
    -Personalizzazione dell'interfaccia utente
  • Valore resmon 0,00
  • Suono di avviso unico
  • Design reattivo
  • Sistema di notifica dettagliato
  • Le icone e gli angoli hanno animazioni uniche.
  • Funziona alla grande anche con l'HUD di Venice.

Notifiche integrate
Notifiche integrate

  • Salvato Notifica
  • Annuncio Notifica
  • Notifica errore
  • Informazioni Notifica
  • Notifica di successo
  • Notifica bolletta bancaria
  • Notifica EMS
  • Notifica SMS
  • Notifica Twitter
  • Chiamata Notifica
  • Notifica bonifico bancario
  • Notifica LSPD
(8 recensioni dei clienti)

Product facts

Framework
ESX
Resource type
Script
Creator / Brand
CodiceM
Included files
1 downloadable file
Add to Cart
fivem notifica
Codem-AdvancedNotifySystem
$14.99 Il prezzo originale era: $14.99.$7.99Il prezzo attuale è: $7.99.

Esempio di utilizzo

AddEventHandler('ToggleCruiseMode', function()
    if (GetPedInVehicleSeat(GetVehiclePedIsIn(PlayerPedId(), false), -1) == PlayerPedId()) then
        -- Check if cruise control button pressed, toggle state and set maximum speed appropriately
        PlaySoundFrontend(-1, "Faster_Click", "RESPAWN_ONLINE_SOUNDSET", 1)
        cruisemode = not cruisemode
        local cruiseSpeed = GetEntitySpeed(GetVehiclePedIsIn(PlayerPedId(), false))

        if cruisemode then
            exports["Venice-Notification"]:Notify('Cruise Mode Enabled', 5000, "info")
            -- or
            --TriggerEvent('codem-notification', 'Cruise Mode Enabled', 5000, "info")

        else
            exports["Venice-Notification"]:Notify('Cruise Mode Disabled', 5000, "info")
            -- or
            --TriggerEvent('codem-notification', 'Cruise Mode Disabled', 5000, "info")

        end 

        local maxSpeed = cruisemode and cruiseSpeed or GetVehicleHandlingFloat(GetVehiclePedIsIn(PlayerPedId(), false), "CHandlingData","fInitialDriveMaxFlatVel")
        SetEntityMaxSpeed(GetVehiclePedIsIn(PlayerPedId(), false), maxSpeed)
    end
end)
exports["Venice-Notification"]:Notify('First and Last name is already in use.', 5000, "check")
exports["Venice-Notification"]:Notify('First and Last name is already in use.', 5000, "lspd")

8 recensioni per Codem-AdvancedNotifySystem

  1. MarieDuke (proprietario verificato)

    It’s far better than those similar products, while the price is still acceptable.

  2. Caitlyn (proprietario verificato)

    Worth every cent. It improved our server and saved us considerable development time.

  3. Ettie (proprietario verificato)

    This has quickly become one of my favorite resources on our server.

  4. Marge (proprietario verificato)

    gta rp best

  5. Craig (proprietario verificato)

    Lo sviluppatore è stato paziente e ha risposto a tutte le mie domande in modo chiaro. Altamente raccomandato.

  6. Delta (proprietario verificato)

    Great script. Easy setup, useful features, and no unnecessary complexity.

  7. Keeley (proprietario verificato)

    Affidabile, personalizzabile e ben supportato. Acquisterei di nuovo da questo sviluppatore.

  8. Dameon (proprietario verificato)

    I think this is amazing. Lots of features and customizable from every point of view. The few times I asked for help in support they were competent, fast and above all very patient. Really recommend

Solamente clienti che hanno effettuato l'accesso ed hanno acquistato questo prodotto possono lasciare una recensione.