๐ฆ๐๐๐ฅ๐๐
Last updated 4 years ago
pl:AddDmg( damage)
pl:AddDmg(
)
int damage amount of damage to add to existing amount
int
damage
Adds damage to a player's total damage dealt to other players while in Build Mode Used for the punishment system.
local function punish_pl_hurt( pl, attk, hp, dmg ) attk:AddDmg( dmg ) end rhook.new.gmod( 'PlayerHurt', 'builderx_sv_punish_pl_hurt', punish_pl_hurt )