๐ŸŸฆSetDmg

๐—ฆ๐—›๐—”๐—ฅ๐—˜๐——

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 )

Last updated