View Single Post
  #8  
Old 05-29-2014, 07:33 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
example

Weapon:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
faceLeft();
}

function 
faceLeft() {
  
player.attr[5] = "";
  
player.attr[5] = "server_stretch.gani,1";
}

function 
faceRight() {
  
player.attr[5] = "";
  
player.attr[5] = "server_stretch.gani,0";

server_stretch.gani

PHP Code:
SCRIPT
function onPlayerEnters() {
  
player.stretchx = (params[0] == 1) ? -1;
}
SCRIPTEND 
__________________
Quote:
Reply With Quote