π¦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