fixed reference to "find_entity_by_class" -> "find_ent_by_class"
This commit is contained in:
parent
d9b84087d9
commit
faafdf9498
|
@ -58,7 +58,7 @@ stock ENT_SetOrigin(iIndex, Float:fNewOrigin[3])
|
||||||
return entity_set_origin(iIndex, fNewOrigin)
|
return entity_set_origin(iIndex, fNewOrigin)
|
||||||
|
|
||||||
stock FindEntity(iIndex, szValue[])
|
stock FindEntity(iIndex, szValue[])
|
||||||
return find_entity_by_class(iIndex, szValue)
|
return find_ent_by_class(iIndex, szValue)
|
||||||
|
|
||||||
stock RemoveEntity(iIndex)
|
stock RemoveEntity(iIndex)
|
||||||
return remove_entity(iIndex)
|
return remove_entity(iIndex)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user