Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 973 Bytes

Dilza Notify


Como usar?

Client:

exports['dilza-notify']:Alert("TITULO", "Texto <span style='color:#1c77ff'>TEXTO RESALTADO</span>!", timpo, 'tipo')

Ejemplo:

exports['dilza-notify']:Alert("INFO", "This scirpts it's by <span style='color:#1c77ff'>DILZA CORE</span>!", 5000,'info')

Server:

TriggerClientEvent('dilza-notify:Alert', source, "TITULO", "Texto <span style='color:#1c77ff'>TEXTO RESALTADO</span>!", timpo, 'info')

Ejemplo:

TriggerClientEvent('dilza-notify:Alert', source, "INFO", "This scirpts it's by <span style='color:#1c77ff'>DILZA CORE</span>!", 5000, 'info')

Preview


Gracias por su apoyo :) <3

Espero que les guste!