OnServerStart: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem2 |name = onServerStart |side = server |type = event |games = iii vc sa iv |desc = the server starts |cancel = false }}")
 
(No difference)

Latest revision as of 02:28, 26 February 2024

Event Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Not Cancellable

Available since Server 1.0.0

onServerStart(Event event)

The onServerStart event is invoked when the server starts.

Parameters

void This event doesn't take any parameters.

Attributes

const This event cannot be cancelled.

Notes

There aren't any notes for this event.

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.