View Single Post
  #2  
Old 04-07-2006, 08:26 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
server.strings can only be read clientside
client strings can be read both client/serverside
so you would do
In GS1
NPC Code:

setstring(client.foo,bar);


In GS2
NPC Code:

client.foo="bar";

Reply With Quote