View Single Post
  #9  
Old 02-18-2006, 02:41 AM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to 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?

Last edited by Prozac; 02-18-2006 at 03:02 AM..
Reply With Quote