View Single Post
  #2  
Old 06-24-2013, 11:36 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
PHP Code:
function onCreated() {
  
setTimer(1);
}

function 
onTimeout() {
  
destroy();
}

//#CLIENTSIDE

function onCreated() {
  
setshape(1,32,32); 
  
this.ani "pb_bmp-clip";
  
this.dir player.dir;
  
drawunderplayer();
  
dontblock();

__________________
Quote:
Reply With Quote