Hello
again today with a new script which I created (for german Fastlife Roleplay). It was leaked again and then I can publish it right away.
script should be easy to understand but of course you have to adjust it.
Screenshot:
Download:
GitHub
have fun with it!
16 Likes
nice work. can you tell me how i add the design to my normal chat. or does it work at all?
ESX = nil
TriggerEvent(âesx:getSharedObjectâ, function(obj) ESX = obj end)
RegisterCommand(âannounceâ, function(source, args)
local argString = table.concat(args, " ")
if argString ~= nil then
TriggerClientEvent(ânotificationsnâ, -1, â#eb4034 â, âANKĂNDIGUNGâ, argString)
end
end, true)
RegisterCommand(âidâ, function(source, args)
TriggerClientEvent(ânotificationsâ, source, â#eb4034 â, âANKĂNDIGUNGâ, "Deine ID ist: " ⊠source)
end, false)
Youâve got a typo in TriggerClientEvent(ânotificationsn â, -1âŠ
You should correct it, otherwise itâs an empty Event.
Scott1
July 28, 2020, 11:08am
4
@btwlouis as this is a standalone resource you should remove the ESX aspects from it
server.lua
1 ESX = nil
2
3 TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
thx, fixed in the new version
Kannst du vielleicht noch gegen Geld etwas dazuscripten? Das die Nachricht sich automatisch nach unten weiterverschiebt, wenn eine andere Nachricht kommt?
1 Like
Great release would be nice if the notifications stacked under eachother if a new notification comes
so they would be like this
notify
nofity
notify
1 Like
Hey,
ich hĂ€tte dort eine Frage, und zwar könntest du eventuell eine Implementierung machen, damit man mit einer Funktion eine Nachricht senden kann aus jedem Script quasi wie ESX.showNotification(âTESTâ).
Du machst echt eine Top Arbeit
Viele GrĂŒĂe
DonMarco
Acly
July 30, 2020, 1:15pm
11
es_extended/client/functions.lua dann nach ESX.ShowNotification = function(msg) suchen
Dann Replacen durch
ESX.ShowNotification = function(msg)
TriggerEvent("notifications", "#000000", "NOTIFICATION", msg)
end
1 Like
Dr.Leak:
#eb4034
Dankeschön fĂŒr deine Hilfe
ZONUS
August 1, 2020, 3:26pm
13
Wie connected man diese Notification auch in andere Scripts, dass bei anderen Sachen auch die Notify kommt?
Liebe GrĂŒĂe
Einfach mal beim Github Link lesen ^^
ZONUS
August 1, 2020, 5:10pm
15
Meinst du das hier?
TriggerEvent(ânotificationsâ, â#f1f1f1 â, âAwesome titleâ, âAwesome messageâ)
Ja. Das kannst du Clientseitig triggern.
Kann man es irgendwie einstellen das die Nachricht sich automatisch nach unten weiterverschiebt, wenn eine andere Nachricht kommt?
ZONUS
August 2, 2020, 5:02pm
18
Habs schon, aber danke dir.
Kann mir jemand vielleicht sagen wie ich einen ooc und Werbung chat reinmache
Kann man es irgendwie einstellen das die Nachricht sich automatisch nach unten weiterverschiebt, wenn eine andere Nachricht kommt?
DE : Kann mir jemand helfen⊠Ich möchte nur dass obere anzeigen lassen
EN : Can someone help me ⊠I only want the upper