View Single Post
  #1  
Old 05-28-2014, 10:54 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Players Can't see stretchx?

So I was doing some tests and I found out that other players can't see the manipulation function of 'stretch'..

PHP Code:
//#CLIENTSIDE
function onKeyPressed(codekey){
 if (
key == "z"){
  
player.stretchx = -1;
  
player.chat "Reflection Test";
 }

Obviously when you do it, you can see it on your screen.... But how do I set it so other players can see the manipulation too?
Reply With Quote