IN_RUN button wont work
Hello Allied Modders!
im having troubles hooking IN_RUN Code: PHP Code:
code runs in engine client_postthink. Any solutions? And as always, thanks! |
Re: IN_RUN button wont work
Try make a global variable and use it in client_postthink:
Code:
new g_InForward; |
Re: IN_RUN button wont work
Quote:
|
Re: IN_RUN button wont work
Quote:
|
Re: IN_RUN button wont work
Quote:
|
Re: IN_RUN button wont work
Quote:
|
Re: IN_RUN button wont work
Doing some research i found that IN_RUN is not working at all and my problem is normal.
My question is that is there anyway to check walk button with pev_maxspeed 1.0 or less? Even when client is not pressing forward or back or side buttons it will catch walk, ive found already on way here: http://forums.alliedmods.net/showthr...hlight=walking but this only work when player is pressing anyohter speed button not only walk. |
Re: IN_RUN button wont work
Maybe some think like that works, btw i go sleep good night :)
Code:
static Float:Velocity[ 3 ]; |
| All times are GMT -4. The time now is 16:21. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.