fix kill feed
This commit is contained in:
parent
07c79d19b8
commit
80f4f999f4
@ -6,10 +6,12 @@ function GM:AddKillFeed(ply, inflictor, attacker)
|
|||||||
net.WriteEntity(ply)
|
net.WriteEntity(ply)
|
||||||
net.WriteEntity(inflictor)
|
net.WriteEntity(inflictor)
|
||||||
net.WriteEntity(attacker)
|
net.WriteEntity(attacker)
|
||||||
|
--[[
|
||||||
if ply.LastDamageInfo then
|
if ply.LastDamageInfo then
|
||||||
net.WriteUInt(ply.LastDamageInfo:GetDamageType(), 32)
|
net.WriteUInt(ply.LastDamageInfo:GetDamageType(), 32)
|
||||||
else
|
else
|
||||||
net.WriteUInt(0, 32)
|
net.WriteUInt(0, 32)
|
||||||
end
|
end
|
||||||
|
]]--
|
||||||
net.Broadcast()
|
net.Broadcast()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user