ZR: oops
This commit is contained in:
parent
d46bc97bd1
commit
8339dd6e5f
@ -287,6 +287,7 @@ stock NapalmIgniteEntity(client, Float:time)
|
|||||||
if (StrEqual(classname, "entityflame", false))
|
if (StrEqual(classname, "entityflame", false))
|
||||||
{
|
{
|
||||||
SetEntPropFloat(fire, Prop_Data, "m_flLifetime", GetGameTime() + time);
|
SetEntPropFloat(fire, Prop_Data, "m_flLifetime", GetGameTime() + time);
|
||||||
|
APIOnClientIgnited(client, time);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user