View Single Post
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 04-02-2004 , 22:28  
Reply With Quote #5

put this in the files when you're compiling them :

Code:
/* Sets the velocity of an entity */ stock set_user_velocity(id,vel[3]) {     new Float:Fvel[3]     IVecFVec(vel,Fvel)     entity_set_vector(id, EV_VEC_velocity, Fvel) } /* Gets the velocity of an entity */ stock get_user_velocity(id,vel[3]) {     new Float:Fvel[3]     entity_get_vector(id, EV_VEC_velocity, Fvel)     FVecIVec(Fvel,vel) }

got it from here:
http://forums.alliedmods.net/showthread.php?t=756
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu