[RELEASE] [STANDALONE] Notification Script

Hey da kann ich dir leider nicht helfen aber kannst du mir verraten wie du das gemacht hast das es da oben steht du hast das und das gemachtzb. Beim Auto zusperren oder so ?

Wäre sau korrekt

how can you restrict a server to use it when you release it under github with MIT License?
iam not related to bande but wondering how could you release it on github with there tos and restrict a server with the MIT license

Good script :+1:

Can anyone help me to change to Color in the notification on the top. THere is always the normal Color Stream from the locales (example: ~g~).

how should html know that ~g~ = is green? the notification is pure html code. you can ask google

Hey master, whatsupp? Great resource… thanks…
Let me ask you something, how can i stop the notification? because trigger every ms and spawn notification a lot, i change the funcions on es_extended but the notifications dosnt stop =[

Ist eine gute Frage, die Frage würde mir mal auch gerne beantwortet werden können.

Geht leider nicht… Kommen nur ESX fehler

kannst du mir sagen wi eich da zb ooc chat rein kriege ?

wie stellt man diese notify bei sollchen sachen ein

–Client Sided
TriggerEvent(‘notifications’, “#f1f1f1”, “headline”, “text”)

– Server Sided
TriggerClientEvent(‘notifications’, _source,"#f1f1f1", “headline”, “text!”)

weiß wer wie ich das einstelle das die notification untereinander angezeigt wird

1 Like

Hier ist schon alles gefixt:

1 Like

Du musst aus dem Script die normalen Nachrichten rausnehmen also die mit esx.ShowNotification
und dann einfach ersetzen durch:

TriggerEvent(“notifications”, “(Hash Farbcode z.B. #fff676”, “Titel”, “Nachricht”)

Was genau ist da gefixt?

Was muss ich genau machen, um es zum Laufen zu bringen, irgendwie erzählt hier jeder was anderes :smiley:

Jo, weiß einer wie man liest? Weil es auf GitHub beschrieben ist.

1 Like
TriggerEvent("es:addGroupCommand", "announce", "admin", function(source, args)

    local argString = table.concat(args, " ")

    if argString ~= nil then

        TriggerClientEvent('notifications', -1, "#eb4034", "ANKÜNDIGUNG", argString)

    end

end, true)

Für die die nur wollen das ein Admin oder höher eine Announce schreiben kann!

2 Likes

Wo muss ich das hin schreiben?

Kann mir jemand sagen wie ich es in txadmin integriere, damit die Restarts über Notifications angezeigt werden?