This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

IN_JUMP ... whats the variable for walking?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BoBaCk
Junior Member
Join Date: Oct 2004
Old 10-31-2004 , 10:48   IN_JUMP ... whats the variable for walking?
Reply With Quote #1

Ive tryed in_walk but thats not it any one know ?
BoBaCk is offline
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 10-31-2004 , 11:35  
Reply With Quote #2

Code:
#define IN_ATTACK		(1<<0)
#define IN_JUMP			(1<<1)
#define IN_DUCK			(1<<2)
#define IN_FORWARD		(1<<3)
#define IN_BACK			(1<<4)
#define IN_USE			(1<<5)
#define IN_CANCEL		(1<<6)
#define IN_LEFT			(1<<7)
#define IN_RIGHT		(1<<8)
#define IN_MOVELEFT		(1<<9)
#define IN_MOVERIGHT		(1<<10)
#define IN_ATTACK2		(1<<11)
#define IN_RUN			(1<<12)
#define IN_RELOAD		(1<<13)
#define IN_ALT1			(1<<14)
#define IN_SCORE		(1<<15)
FeuerSturm is offline
Da Bishop
Senior Member
Join Date: Aug 2004
Location: Chester County PA
Old 10-31-2004 , 11:39  
Reply With Quote #3

so basicly there is no defined walk... so you do a not IN_RUN statement
__________________
Anything that is done can only be done better by urself - since life is a opinion make it the way urs feel its best

~live by it
Da Bishop is offline
Send a message via MSN to Da Bishop
BoBaCk
Junior Member
Join Date: Oct 2004
Old 10-31-2004 , 11:42  
Reply With Quote #4

ok thanks alot
BoBaCk is offline
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 10-31-2004 , 12:09  
Reply With Quote #5

AFAIK, walk is handled client-side (stuff that _lowers_ maxspeed might be) so you will probably have to check their maxspeed like pimp_daddy did.
__________________
hello, i am pm
PM is offline
BoBaCk
Junior Member
Join Date: Oct 2004
Old 10-31-2004 , 13:10  
Reply With Quote #6

damn, is his plugin source uploaded?
i had just infact worked out that run and walking gives u the same number :<
BoBaCk is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode