View Single Post
  #7  
Old 03-03-2011, 03:03 AM
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
It's usually something like this:

PHP Code:
//#CLIENTSIDE
function onKeyPressed() {
  if (
keydown(6) && player.ani == "grab") {
    
triggeraction(player.x+vecx(player.dir)*2, player.y+vecy(player.dir)*2, "Grab", player.account);
  }
} 
__________________
Quote:
Reply With Quote