View Single Post
  #11  
Old 02-18-2006, 09:30 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Prozac
problem: variables set serverside cannot be read clientside even if its within the same block of npc code. Nor can triggeractions be sent server side.

solution: set a serverr.string to the value you want to read clientside
and when the client reads the data, clear out the serverr.string.

is there a more efficient way to do that?

and more importantly, why dosent the image show up in the GuiBitmapCtrl?
er.. you're using a WNPC, why would you set a serverr. string to read the variable clientside? just use triggeraction(0, 0, "clientside", "WEAPONNAME", temp.whatevervariable);

But yea, loadfolder is a serverside function.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote