updated to use find_entity_by_class
This commit is contained in:
parent
2d327e8d14
commit
666bc67f3d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user