Reliable client_cmd
Is it possible to make reliable client_cmd? If yes, how?
|
Re: Reliable client_cmd
Try fe. in loop while(1){
client_cmd(id, "stopsound") client_cmd(id, "mp3 play sound/misc/something.mp3") } |
Re: Reliable client_cmd
What you mean reliable ? Have you tried to start command with a semicolon ?
|
Re: Reliable client_cmd
For example:
I want that client_cmd income to client earlier than emit_sound |
Re: Reliable client_cmd
You could do this:
Code:
|
Re: Reliable client_cmd
Quote:
If you don't want the ping delay and if you don't need amxx to catch the command you can just use engclient_cmd, command is straightly sent to engine. |
Re: Reliable client_cmd
Quote:
In one of forward I want to send this PHP Code:
PHP Code:
emit_sound income to client earlier than command nosound 0 |
Re: Reliable client_cmd
Then, use xolent code.
I think there is a way to emit a sound that will ignore some players, search the forum, may be it was with SVC_SPAWNSTATICSOUND but i don't remember. |
| All times are GMT -4. The time now is 19:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.