Raised This Month: $ Target: $400
 0% 

move player to side by aim


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 07-26-2007 , 12:13   Re: move player to side by aim
Reply With Quote #2

Try this:
Code:
stock fm_left_velocity(index, multiplier, Float:velocity[3]) {         new Float:vec[3]         pev(index, pev_v_angle, vec)         engfunc(EngFunc_MakeVectors, vec)         global_get(glb_v_right, vec)         velocity[0] = -vec[0] * multiplier         velocity[1] = -vec[1] * multiplier         velocity[2] = -vec[2] * multiplier         return 1 }
VEN is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode