-
Notifications
You must be signed in to change notification settings - Fork 5
API: Announcements
The announcements library has a few functions to provide useful messages to players. There are a few times of announcements provided.
Creates a simple countdown which counts down a few seconds before displaying the specified end message. Sounds can be added for the end message and for each tick. This is displayed for all players.
Example: creates a 3 second countdown (3, 2, 1, Fight!)
GAMEMODE:CountdownAnnouncement(3, "Fight!")
Creates a subtle pulse message in the middle of the screen. This is displayed for all players.
Same as the above, but with an additional smaller line.
Same as GM:PulseAnnouncement, but only for a single player.
Displays a cool camera transition which will then orbit the given entity.
Documentation pending. Displays a raw camera transition. This table is unchecked so be careful!
Getting Started Pages:
| Server Hosting
| Mapping
| Lua Development
|