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 =)