Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-27-2011, 02:01 PM
PowerProNL PowerProNL is offline
Retired Zone Manager
PowerProNL's Avatar
Join Date: Feb 2008
Location: Holland
Posts: 266
PowerProNL can only hope to improve
Send a message via AIM to PowerProNL
addtext() serverside?

Hey is there a way to make GUITexteditCtrl.Addtext(); (or whatever) serverside?
__________________
Graal Mail: [email protected]
McPowerProNL, I'm loving it
Reply With Quote
  #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
  #3  
Old 02-27-2011, 03:31 PM
PowerProNL PowerProNL is offline
Retired Zone Manager
PowerProNL's Avatar
Join Date: Feb 2008
Location: Holland
Posts: 266
PowerProNL can only hope to improve
Send a message via AIM to PowerProNL
I did that after it didn't work, but still same problem.
__________________
Graal Mail: [email protected]
McPowerProNL, I'm loving it
Reply With Quote
  #4  
Old 02-27-2011, 05:21 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
hmm you shouldn't be using add text for it-
HTML Code:
GUITexteditCtrl.text = "hi";
__________________
Reply With Quote
Reply


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 09:16 PM.


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