๐ŸงฉExports and Events

You need specific Exports or Events for your Scripts? Here is your way to go!

Design: 1 = modern; 2 = round; 3 = classic; Leftright: 1 = left ; 2 = right;

Open a Info notify. 1 = info, 2 = success, 3 = error, 4 = ooc. Either number or word can be used

exports["S-Notify"]:MakeInfoNotify(design, category, leftright, text, title, length, oocname)

Make a server announce. 1 = server, 2 = event, 3 = police, 4 = medic, 5 = faction.Either number or word can be used

exports["S-Notify"]:MakeAnnounceNotify(design, category, leftright, text, name, length)

Make a team notify.

exports["S-Notify"]:MakeTeamNotify(design, leftright, text, length, name)

Make a Key help Notify.

exports["S-Notify"]:MakeKeyHelpNotify(design, key, text)

If you need a Export that is not listed above, feel free to open a ticket at our Discord, so that we can implement your new Export in no time!

Last updated