View Single Post
  #7  
Old 02-14-2003, 08:28 AM
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
Quote:
Originally posted by Python523

local strings are clientside ONLY :o

YAWN ALL YOU WANT

everyone makes mistakes
especialy when they are drunk, eh jagen, dun worry i wont tell people bout last night

and well then just do client.string, or you could do....


NPC Code:

if (actionserverside){
with (getnpc(dbnpc)) data=this.data;
triggeraction playerx+1,playery+1,load,#w,#v(data);
}
//#CLIENTSIDE
if (weaponfired) triggeraction 0,0,serverside,weapon,;
if (actionload&&strequals(#p(0),#w)) {
this.data=strtofloat(#p(1));
}



happy mr.whatilackinlooksigaininscriptknowlege
Reply With Quote