Hud message problems.
When I test it, it does not show any hud message.
I just want to show the info of the dead player who looking for an alive player. Here is my code, can someone fix? Code:
#include <amxmodx> |
Re: Hud message problems.
The player's id can not appear by magic from such task. You have to loop through all players.
|
Re: Hud message problems.
How can I correct it?
I`m a code newbie... |
Re: Hud message problems.
Quote:
|
Re: Hud message problems.
Quote:
Quote:
PHP Code:
|
Re: Hud message problems.
And you are showing him wrong.
If you are going to do it that way, create "maxplayers" as a global variable and get the value in plugin_init() since that will not change during that map. Also, you must do: PHP Code:
|
Re: Hud message problems.
Here is the code what I have edited.
But still nothing show, something wrong? Code:
#include <amxmodx> |
| All times are GMT -4. The time now is 22:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.