🔗builderx.pl.onjoin
🟥 𝗦𝗘𝗥𝗩𝗘𝗥
builderx.mode.onswitch(
ᵖˡᵃʸᵉʳ pl)
▸ Parameters
ply
pl
player object
▸ Description
Runs when player joins server and is initially setup with builderx to be in pvp mode
▸ Example
local function your_hook( pl )
// your custom hook function here
end
hook.Add( 'builderx.pl.onjoin', 'your_hook_id', your_hook )
Last updated