οΏ½οΏ½ SetBuild

𝗦𝗛𝗔π—₯π—˜π——

pl:SetBuild( ᡇᡒᡒˑ state)

β–Έ Parameters

bool state sets whether player in build mode or not

β–Έ Description

Sets a player's current build mode state.

β–Έ Example

local function pl_onjoin( pl )
    pl:SetBuild( false )
end
rhook.new.gmod( 'PlayerInitialSpawn', 'builderx_pl_join_init', pl_onjoin )

Last updated