Try this:
PHP Code:
public pug_ready_display_really(Float:hold_time)
{
static readys[1056], notreadys[1056], name[32]
readys[0] = '^0'
notreadys[0] = '^0'
static Players[32]
new playerCount, i, player
get_players(Players, playerCount, "ch")
for (i=0; i<playerCount; i++)
{
player = Players[i]
get_user_name(player,name,31)
if(pug_players_ready[player]) format(readys,1054,"%s%s^n",readys,name)
else format(notreadys,1054,"%s%s^n", notreadys,name)
}
new minplayers = GET_CVAR_MINPLAYERS()
set_hudmessage(0, 255, 0, 0.75, 0.07, 0, 0.0, hold_time, 0.0, 0.0, -1)
show_hudmessage(0,"Players Not Ready (%d of %d) :^n^n %s", pug_get_players() - pug_total_ready,minplayers, notreadys )
set_hudmessage(0, 255, 0, 0.08, 0.07, 0, 0.0, hold_time, 0.0, 0.0, -1)
show_hudmessage(0,"Players Ready (%d of %d) :^n^n %s", pug_total_ready,minplayers, readys)
}
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.