Quote:
Originally posted by Slaktmaster
Playerspeed - Please add support for this stefan!
Making control scripts for players will be much easier with that.
playerspeed-=playernormalspeed*2;
Would make the player go backwards.
|
if (playerenters) {toweapons SuperPoo;}
if (isweapon) {timeout=0.05;}
if (timeout) {
if (keydown(1)) {playery--;}
//blah blah blah
timeout=0.05;}
// or summin like that 0.o?