View Single Post
  #17  
Old 04-10-2012, 09:51 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
PHP Code:
function onActionProjectile(){
  if(
params[0] == "fireball"){
    if(
this.attr[5] == null){
      
this.attr[5] = "wheat_fire.gani";
      
scheduleevent(9"onStop");
    }
  }
}
function 
onCreated(){
  
this.setimg("corinthia_wheat.png");
  
this.setshape(03232);
  
this.maker null;
}
//Then there is some chopping down code for harvesting wheat
//#CLIENTSIDE
function onCreated(){
  
this.setshape(03232);

__________________

Gund for president.

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