View Single Post
  #10  
Old 12-07-2001, 09:19 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (created) {
messsage Jump-Rope;
setshape 1,32,32;
}
if (playertouchsme) {
toweapons Jump Rope;
hide;
dontblock;
timeout=3;
}
if (timeout) {
show;
blockagain;
}
//#CLIENTSIDE
if (weaponfired) {
setani skip,;
freezeplayer 0.25;
}

Or something.
__________________

Reply With Quote