Thread: Help
View Single Post
  #4  
Old 02-19-2006, 03:27 AM
Chicken_l33t Chicken_l33t is offline
Banned
Join Date: Sep 2002
Location: NewZealand
Posts: 467
Chicken_l33t is on a distinguished road
//#CLIENTSIDE
if (created){
timeout = .05;
}

if (timeout){
if (mousex in |playercraphere,playercraphere| && mousey in|playercraphere,playercraphere|){
setplayerprop #c,#a; // #c is the players chat and #a is account
}
timeout = .05;
}

// You have to have timeout = .05; inside the timeout itself for it to loop.

Ohh, and if this is to test another player and not yourself you're best using testplayer(x,y);
Reply With Quote