Registry
Client Events
boii:player_joined
Use the following as a handler to trigger code on the player when they have successfully loaded into the server.
Server Functions
get_user
Use the following to retrieve the user object from boii_utils for a given source.
get_players
Use the following to retrieve all players in the player registry.
get_player
Use the following to retrieve a player from the registry by given source.
create_player
Use the following to create the player class for the players character by their unique id and character id.
Server Events
boii:player_joined
Use the following as a handler to trigger code on the player when they have successfully loaded into the server.
Last updated