View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 03-08-2021 , 21:31   Re: Another tag mismatch again
Reply With Quote #4

Quote:
Originally Posted by LondoN View Post
Code:
//Engine
//entity_get_vector(iIndex, iKey, Float:vRetVector[3])
new Float:origin[3]
entity_get_vector(entid, EV_VEC_ORIGIN, origin)

//Fakemeta
new Float:origin[3]
pev(entid, pev_origin, origin)
for float origins
and use fun for int origins
well, if you don't like using fakemeta, entity_get_vector also work
__________________
My plugin:
Celena Luna is offline