๐ŸงฉExports and Events

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

Make an info notify for players.

-- type: "info"; "success"; "error"; "ooc"
-- design: 1 = Normal; 2 = Circle; 3 = Modern
exports["S-Notify"]:MakeInfoNotify(message, title, type, length, oocname, design, leftright)

Make an announcement for a player

-- type: "server"; "event"; "police"; "medic"; "faction";
-- design: 1 = Normal; 2 = Circle; 3 = Modern
exports["S-Notify"]:MakeAnnounceNotify(message, type, name, length, design, leftright)

Make a team notify for a player

-- design: 1 = Normal; 2 = Circle; 3 = Modern
exports["S-Notify"]:MakeTeamNotify(message, length, oocname, design, leftright)

Make an interaction notification for a player

-- design: 1 = Normal; 2 = Circle; 3 = Modern
exports["S-Notify"]:MakeKeyHelpNotify(key, text, design)

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