Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:22 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.