View Single Post
  #4  
Old 07-03-2009, 04:14 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Prozac View Post
Stuff

The code is right except for the lack of quotes in the gani name. Also, I would suggesting using this:

PHP Code:
getangle(playervecxplayervecy
Instead of:

PHP Code:
getangle(vecx(player.dir), vecy(player.dir)) 

Last edited by Gambet; 07-03-2009 at 04:47 PM..
Reply With Quote