View Single Post
  #10  
Old 11-16-2011, 11:12 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
I was doing something like this.
In the main script every 0.05 second on a timeout I was making player.attr[4] the car image and player.attr[5] the angle. then in the gani every 0.05 seconds I was updating the images angle.
something like this.
PHP Code:
SCRIPT
function onPlayerEnters(){
onTimeout();
}
function 
onTimeout(){
  
with(findimg(1)){
    
attachtoowner true;
    
image player.attr[4];
    
rotation player.attr[5];
  }
 
settimer(0.05);
}
SCRIPTEND 
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote