OnPlayerConnect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = onPlayerConnect | ||
|side = server | |||
|type = event | |type = event | ||
| | |games = iii vc sa iv | ||
| | |desc = player starts connecting to the server. This event is a low-level event, which is invoked before the player's username is sent to the server | ||
| | |arg1 = string IP The IP address for the player. | ||
|note = {{Shared/PlayerConnectionEvents}} | |||
|cancel = false | |||
| | |||
}} | }} | ||
Latest revision as of 16:46, 26 February 2024
Event Server Only
![]()
Online and Offline Not Cancellable
Available since Server 1.0.0
onPlayerConnect(Event event, string IP)
The onPlayerConnect event is invoked when player starts connecting to the server. This event is a low-level event, which is invoked before the player's username is sent to the server.
Parameters
| 1) | Event | event | The event object for this event. |
| 2) | string | IP | The IP address for the player. |
Attributes
| const | This event cannot be cancelled. |
Notes
- The chronological order of player connection events are:
Examples
There aren't any examples for this event.
Compatibility
There isn't any compatibility information for this event.
Related
Server Related
OnPlayerChat
OnPlayerCommand
OnPlayerConnect
OnPlayerJoin
OnPlayerJoined
OnPlayerQuit