View Single Post
  #29  
Old 07-16-2001, 03:15 AM
T-Squad T-Squad is offline
Banned
T-Squad's Avatar
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
T-Squad is on a distinguished road
Quote:
Originally posted by Lugie
mine is clientside too. zorro just tried warping in there and it doesnt warp you out until you move. anyways ill just get loriels.
gah heres the script for mine:
(its customized for my house, and i have everything positioned for my house...)

NPC Code:

//#CLIENTSIDE
timeout = 0.05;
if (timeout) {
timeout = 0.05;
if (abs(playerx-x)<=10 &&
abs(playery-y)<=7) {
if (!strequals(#a,T-Squad)) {
playerx = 19.5;
playery = 25;
}
}
}



and there you have it, simple, yet effective.
Reply With Quote