block IN_SCORE
how can i kill +showscore ?? i tried so :
if(is_user_alive(1)) { if (button == IN_SCORE) { client_cmd(id, "lol") set_hudmessage(255,255,255,-1.0,0.55,0,0.1,5.0,0.0,0.0,1); show_hudmessage(id,"Only Dead users can see the Table!!"); } } the hud message willbe showed under the table & score works perfect. so i cant kill this cmd :(:cry: in console : unknown cmd lol ... but play can see the score.... |
Re: block IN_SCORE
PHP Code:
|
Re: block IN_SCORE
You forgot
Code:
|
Re: block IN_SCORE
Quote:
|
Re: block IN_SCORE
Also the first FM_CmdStart's parameter is Client's ID, then the UC Handle.
Code:
|
Re: block IN_SCORE
Ty. problem :
i have this in case : PHP Code:
PHP Code:
|
Re: block IN_SCORE
Just check the level in CmdStart forward.
Code:
|
Re: block IN_SCORE
TY, ill test it
|
Re: block IN_SCORE
I don't think it's possible to block it with a plugin since it's client-side.
|
Re: block IN_SCORE
Quote:
is this poss to block to use 2 command in one time?? for example : +forward & +moveright. so that when player presses both keys, only one of this keys has function & another do nothing. somthing like this ? :( |
| All times are GMT -4. The time now is 02:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.