minor fix from karlos

This commit is contained in:
Steve Dudenhoeffer 2004-08-31 12:45:11 +00:00
parent 0b2eae8e0a
commit e15c151167

View File

@ -25,7 +25,7 @@ stock fakedamage(idvictim,szClassname[],Float:takedmgdamage,damagetype)
format(szDamage,15,"%i",damagetype)
DispatchKeyValue(entity,"damagetype",szDamage)
DispatchKeyValue(entity,"origin","8192 8192 8192")
spawn(entity)
DispatchSpawn(entity)
entity_set_string(entity, EV_SZ_classname, szClassname)
fake_touch(entity,idvictim)
remove_entity(entity)