View Single Post
  #2  
Old 02-27-2011, 02:36 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
No because its a clientside object. Trigger the client back with your data

HTML Code:
player.triggerclient("weapon", "params");
HTML Code:
function onActionClientside() {
  obj.addText();
  //or 
  obj.text = "hi";
}
__________________

Last edited by xAndrewx; 02-27-2011 at 05:22 PM..
Reply With Quote