๏ฟฝ๏ฟฝ 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