Advertisement
Azelphur

Untitled

Jan 29th, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. enum Projectile
  2. {
  3. pEntity,
  4. Float:pCollision[3]
  5. }
  6.  
  7. new projectile[Projectile];
  8. TR_GetEndPosition(projectile[pCollision]);
  9.  
  10. error 047: array sizes do not match, or destination array is too small
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement