View Single Post
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 12-16-2019 , 15:34   Re: ld4/2 weapon coordinates
Reply With Quote #3

i think you looking for this maybe

Code:
  float pos[3];
GetEntPropVector(entity, Prop_Send, "m_vecOrigin", pos);// Get the bottom position
  float two[3];
  two[2] = pos [2] + 10.0; // Get the top position (add 10 to the bottom)
foxhound27 is offline