Thread: Car Script
View Single Post
  #40  
Old 09-08-2011, 08:20 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You're on some next level stuff if you quote and reply to a comment made in 2002.

Here's a low quality remote control block:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.cx player.x;
  
this.cy player.y;
  
setTimer(0.05);
}

function 
onTimeout() {
  
freezeplayer(0.05);
  
showimg(20"block.png"this.txthis.ty);
  for (
temp.0temp.4temp.i++) {
    if (
keydown(temp.i)) {
      
this.tx vecx(temp.i);
      
this.ty vecy(temp.i);
    }
  }
  
setTimer(0.05);

__________________
Quote:
Reply With Quote