OnRequestSession

From GTA Connected
Jump to navigation Jump to search

Event Server Only icon-iv.png Online and Offline Cancellable

Available since Server 1.0.0
OnRequestSession(Event event, Client client, Episode integer)
The OnRequestSession event is invoked when when a client requests a session in GTA IV.

Parameters

1) Event event The event object for this event.
2) Client client The client that sent the request.
3) Episode integer The episode number requested by the client.

Attributes

cancellable This event can be cancelled, by using event.preventDefault().

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.