View Single Post
  #1  
Old 08-17-2004, 09:31 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
The Clientside Cops - PART THREE

So, I'm still having problems with clientside.

NPC Code:

//#CLIENTSIDE

if (created) {
this.var=1;
}
if (playertouchsme) {
if (this.var==1) {
if (client.hasflag) {
disabledefmovement;
}
}
}



As you can guess, it doesn't work. I can't seem to figure out why though, but I would guess it has something to do with the this.var.
__________________
Reply With Quote