
11-21-2001, 06:15 AM
|
|
Banned
|
 |
Join Date: Oct 2001
Posts: 1,177
|
|
|
sigh, i have given up hope of forcing the population to learn to do it themselves, here you go:
if (playerenters) {
timeout=.05;
disableweapons;
}
if (timeout) {
if (keydown(6)) playersprite=int(random(0,40));
timeout=.05;
} |
|
|
|