How to make player press TAB
I need to show the scoreboard to player.
Is that possible without client_cmd(id, "+showscores") / client_cmd(id, "-showscores") ? |
Re: How to make player press TAB
I bet IN_SCORE is proceeded clientside.
Try to force IN_SCORE in CmdButtons each CmdStart then you will see if you have other options than +showscore. |
Re: How to make player press TAB
Can you give an example? I don't know exactly how to do that.
I tried, but I can't force even IN_ATTACK. |
Re: How to make player press TAB
hook FM_CmdStart, retrieve UC_Buttons value, enforce IN_SCORE in the value and set UC_Buttons value, return FMRES_HANDLED.
|
| All times are GMT -4. The time now is 19:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.