Quote:
Originally Posted by Jhob94
Pai sapo?
Btw, the code seems ok. It should work perfectly if you use default amxmodx. Since you running rehlds and other stuff i have no idea what kind of impact it can have on plugin’s performance.
Edit:
Try with get_players, flags ae, will instantly give you the count per team. Maybe this way it works
|
Thank you for your answer!
I don't really know how to code, i can edit somethings only...
Where do i edit that? Here?
PHP Code:
set_task(0.5, "GetPlayer", TASK_GETPLAYER, _, _, "b")
to:
PHP Code:
set_task(0.5, "GetPlayers", TASK_GETPLAYERS, _, _, "ae")
?
Another thing i noticed is the hud info is not permanently shown on screen. It fades away and then comes back, this happens randomly, but since the purpose is to help alive players, it should be permanent.