π₯ π¦ππ₯π©ππ₯
Last updated 4 years ago
builderx.mode.onswitch( pl)
builderx.mode.onswitch(
)
ply pl player object
ply
pl
Runs when player joins server and is initially setup with builderx to be in pvp mode
local function your_hook( pl ) // your custom hook function here end hook.Add( 'builderx.pl.onjoin', 'your_hook_id', your_hook )
hook.Add( 'builderx.pl.onjoin', 'your_hook_id', function( pl ) // your custom hook function here end )
local function your_hook( pl ) // your custom hook function here end rhook.new.rlib( 'builderx_mode_onjoin', your_hook )