It's executed in the right order.
PHP Code:
BetterLuckNextTime( iVictim ); // first
log_to_file( "csbattleroyale.txt", "#1 Called | iVictim = %d", iVictim ); //second
Also a few things, if I may:
- You are showing ( GetRemainingTeams( ) - 1 ) to the player but ( GetRemainingTeams( ) + 1 ) to his team ( Im not sure if this is intended, but doesn't seem right )
- Don't use szPlayers[ i ] if you already defined iTempID, or don't use iTempID at all

- And I would suggest adding some flags to the get_players native, as you don't need a hud message to be shown to bots for example, or even alive players in this case.
As for the hud not showing ( if it still isn't ), can we please take a look at the GetRemainingTeams() ?
__________________