View Single Post
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 01-25-2009 , 12:27   Re: How do I get an entity's position?
Reply With Quote #2

Code:
new Float:position[3];
GetEntPropVector(entity, Prop_Send, "m_vecOrigin", position);
bl4nk is offline