View Single Post
TheAvengers2
BANNED
Join Date: Jul 2011
Old 04-07-2012 , 19:28   Re: [CSS] Entity Problem
Reply With Quote #3

If the prop is falling then there's no guarantee as to what the final coordinates will be. I would highly recommend installing Stripper:Source. You can then try to find the prop in question using stripper_dump. After that, you can easily modify or remove it entirely using Stripper:Source.

Quote:
Originally Posted by Mitchell View Post
try
if((pos[0] == 465.500000) && (pos[1] == -4.010009) && (pos[2] == -42.000000))
idk what that would do, worth a try.
That won't do anything differently. The code will behave exactly the same way it did without the parentheses.

Last edited by TheAvengers2; 04-07-2012 at 19:38.
TheAvengers2 is offline