Quote:
Originally posted by Faheria_GP2
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;
}
|
thats xactly what i had in mind! i am not going to use it i just wanted to know if i did it right...