Advertisement
Numbley

Untitled

Mar 28th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. OV_IsInTriades(client)
  2. {
  3. new Float:v[3];
  4. GetEntPropVector(client, Prop_Send, "m_vecOrigin", v);
  5.  
  6. if (v[0] >= 2448.461425 && v[0] <= 3072.968750 && v[1] >= 3461.591552 && v[1] <= 4234.968750 && v[2] >= -1303.968750 && v[2] <= -1143.064697)
  7. return true;
  8. else
  9. return false;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement