Thread: testsign
View Single Post
  #1  
Old 02-29-2004, 08:10 PM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
testsign

Any reason why this isn't working online?

NPC Code:
//#CLIENTSIDE
if (created) {
timeout = 0.05;
}

if (timeout) {
this.s = testsign(mousex,mousey);
if (this.s >= 0) setplayerprop #c,Sign: #v(this.s);
timeout = 0.05;
}



It runs fine offline, but online it never returns a sign.
Reply With Quote