pl:SetDmg(
damage)
โธ Parameters
int
damage
amount of total damage to set for player
โธ Description
Sets a player's total damage dealt to other players while in Build Mode
Used for the punishment system.
โธ Example
local function pl_onjoin( pl )
pl:SetDmg( 0 )
end
rhook.new.gmod( 'PlayerInitialSpawn', 'builderx_pl_join_init', pl_onjoin )