mirror of
https://github.com/BeamMP/Wiki.git
synced 2025-07-03 16:25:56 +00:00
docs: update Scripting/new-lua-scripting
This commit is contained in:
parent
e32fae2021
commit
80218da7b5
@ -2,7 +2,7 @@
|
|||||||
title: Server-Side Lua Scripting
|
title: Server-Side Lua Scripting
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2023-01-02T19:24:25.038Z
|
date: 2023-06-12T23:16:30.658Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-11-27T11:59:46.370Z
|
dateCreated: 2021-11-27T11:59:46.370Z
|
||||||
@ -824,7 +824,7 @@ Triggered when the server shuts down. Currently happens after all players were k
|
|||||||
|
|
||||||
### `onPlayerAuth`
|
### `onPlayerAuth`
|
||||||
|
|
||||||
Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`
|
Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`, `identifiers: table`
|
||||||
Cancellable: YES
|
Cancellable: YES
|
||||||
|
|
||||||
First event that gets triggered when a player wants to join.
|
First event that gets triggered when a player wants to join.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user