24.09.2010, 14:55
You have to init the variables as Floats, meaning, add the Float: tag in front of the variables already in the "new ..." line, not in the line when you get the velocity. Else they will just be integers, and they are not compatible with the velocity stuff.
pawn Код:
new Float:vx, Float:vy, Float:vz;