updated to use find_entity_by_class

This commit is contained in:
Johnny Bergström 2004-03-09 08:54:12 +00:00
parent 2d327e8d14
commit 666bc67f3d

View File

@ -58,7 +58,7 @@ stock ENT_SetOrigin(iIndex, Float:fNewOrigin[3])
return entity_set_origin(iIndex, fNewOrigin)
stock FindEntity(iIndex, szValue[])
return find_entity(iIndex, szValue)
return find_entity_by_class(iIndex, szValue)
stock RemoveEntity(iIndex)
return remove_entity(iIndex)