πŸ”—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