View Single Post
  #3  
Old 10-24-2009, 06:59 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
what does the % do?

edit: nvm i understand that now, but then it stops at the leftview.
which i already could accomplish with a for loop myself, and it should keep spinning, untill i stop it by pressing D again.

editedit: nvm i didn't understand how the loop worked.

PHP Code:
//#CLIENTSIDE
function onWeaponFired()

  if(
this.lol == 0)
  {
  
this.lol 1;
  
settimer(0.1);
  }
  else if (
this.lol == 1)
  {
  
settimer(0);
  
this.lol 0;
  }
}


function 
onTimeOut()
{
  for(
player.dir 0playerdir<4playerdir++)
  
sleep(0.1);
  
settimer(0.1);

thanks for the help.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.

Last edited by Liberated; 10-24-2009 at 07:20 PM..
Reply With Quote