Skip to content

DilzaCompany/dilza-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!