OnPlayerJoined: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 01:23, 28 September 2019

Event Server and Client GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Not Cancellable

Available since Server 1.0.0, Client 1.0.0
function(Event event, Client client)
The onPlayerJoined event is invoked when a player has connected to the server.

Parameters

1) Event event The event object for this event.
2) Client client The client that has connected to the server.

Attributes

const This event cannot be cancelled.

Notes

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Server Related

GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerChat
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerCommand
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerConnect
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerJoin
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerJoined
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png OnPlayerQuit


Client Related

OnPlayerJoin