Why didn't work ?
Why didn't work ?
PHP Code:
|
Re: Why didn't work ?
What's the point of using else if statements all the time? Try using if statements only.
|
Re: Why didn't work ?
PHP Code:
PHP Code:
|
Re: Why didn't work ?
Quote:
|
Re: Why didn't work ?
Exolent can you explain just this :
Code:
|
Re: Why didn't work ?
It's just a shortcut for the & operator, like += or *=.
Code:
a = b + cCode:
& is a bitwise operator. For more information on those, check out the Code Snippets/Tutorials section. |
Re: Why didn't work ?
Oh okay. Thanks i go check the tutorials section :d
|
Re: Why didn't work ?
A copy of user cmd is made before CmdStart is sent.
That copy is used to fill pmove->cmd, and that one is used to send PM_Move that is the base of game physics. So, change cmd in CmdStart change the real cmd but is not taken in account for movements. |
Re: Why didn't work ?
Only block IN_DUCK, but IN_JUMP didn't work.
PHP Code:
+forward +back +moveleft +moveright +left +right Thanks in advanced! |
Re: Why didn't work ?
The CmdStart version should work fine, but this is the Orpheu for movement.
Code:
|
| All times are GMT -4. The time now is 06:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.