Exports & Triggers
Here you have all Exports & Triggers you can use in other Scripts
Exports
Export
Arguments
Notify(type, title, message, time) => void
type => string
title => string
message => string
time => number
Announce(title, message, time) => void
title => string
message => string
time => number
PoliceAnnounce(title, message, time) => void
title => string
message => string
time => number
Warn(title, message, time) => void
message => string
time => number
HelpNotify(key, message) => void
key => string
time => number
Notify Types
info

warn

success

error

Color Codes
~r~ = Red
~b~ = Blue
~g~ = Green
~y~ = Yellow
~p~ = Purple
~c~ = Grey
~m~ = Dark Grey
~u~ = Black
~o~ = Orange
~s~ = ResetExamples
Last updated