View Single Post
  #5  
Old 12-28-2001, 11:32 AM
kittygirl765 kittygirl765 is offline
tapatapatapa
kittygirl765's Avatar
Join Date: Dec 2001
Location: Caught in a tree
Posts: 70
kittygirl765 is on a distinguished road
Send a message via ICQ to kittygirl765
Quote:
Originally posted by haunter



Kinda like this?

-------------------------------------------------------
// NPC made by Shadowless Warrior

if (playerenters) {
toweapons automatic test;
}
if (isweapon) {
timeout=0.5;
}
if (timeout) {
if (keydown(6)) {
putleaps 0,playerx,playery;
}
timeout=0.5;
}

-------------------------------------------

this wont do anything though...
try making timeout equal to 0.05 =)
__________________
I <3 UN
I <3 Shadow Strip Entertainment City Shangri-La
I <3 gscript2
Reply With Quote