Thread: Playerspeed
View Single Post
  #3  
Old 12-31-2001, 11:16 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
Re: Playerspeed

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?
Reply With Quote