Thread: Rotating?
View Single Post
  #4  
Old 01-13-2008, 09:00 PM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
I would normally set the player's gani and just send parameters to the gani to control the angle of the car (using a gani script). This effectively hides the players and makes sure that all other players can see the rotation of the car.

From my initial inspection, the only thing I can see that would be causing a movement issue is that you should do:
PHP Code:
player.-= cos(this.ang) * 1
When I have more time, I'll take a further look at it. But, play around with it more and let us know if you have any success .
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.

Last edited by napo_p2p; 01-13-2008 at 11:16 PM.. Reason: Sign error :P
Reply With Quote