View Single Post
  #22  
Old 07-22-2004, 05:28 PM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Quote:
Originally Posted by Xecutor
Well actually if you are comparing variables set serverside or clientside then it would be limited.
Wait, so you're saying that the following script wouldn't work because the variable was set serverside and the command is clientside?

NPC Code:

if (playerchats) {
this.var=2;
}

//#CLIENTSIDE

if (keypressed) {
if (this.var==2) {
showimg 1,img.png,295,380;
changeimgvis 1,4;
}
}

__________________
Reply With Quote