View Single Post
  #2  
Old 03-12-2004, 07:05 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
works fine for me
try this in a weapon
NPC Code:

//#CLIENTSIDE
if (created) {
timeout = .05;
}
if (timeout) {
if (onwall(mousex,mousey)) {
setplayerprop #c,WALL!!!;
}else{setplayerprop #c,clear;}
timeout = .05;
}


that's all I can think of right now
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote