mirror of
https://github.com/BeamMP/Wiki.git
synced 2025-07-01 23:35:41 +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
|
||||
description:
|
||||
published: true
|
||||
date: 2023-01-02T19:24:25.038Z
|
||||
date: 2023-06-12T23:16:30.658Z
|
||||
tags:
|
||||
editor: markdown
|
||||
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`
|
||||
|
||||
Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`
|
||||
Arguments: `player_name: string`, `player_role: string`, `is_guest: bool`, `identifiers: table`
|
||||
Cancellable: YES
|
||||
|
||||
First event that gets triggered when a player wants to join.
|
||||
|
Loading…
x
Reference in New Issue
Block a user