Thread: getplayer
View Single Post
  #9  
Old 11-22-2001, 04:38 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Quote:
Originally posted by grim_squeaker_x
NPC Code:
if (initialized||timeout) {
with (getplayer(#s(this.buddy))) message #c;
timeout=0.1;
}


Should work.
grim, players dont message, they setplayerprop...

NPC Code:

if (initialized||timeout) {
with (getplayer(#s(this.buddy))) setplayerprop #c,#c;
timeout=0.1;
}



that should work