Code:
if (RoundCounter)
{
set_hudmessage(200, 0, 0, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, 1)
show_hudmessage(0, "%L", LANG_PLAYER, "PREPARE_FIGHT", g_roundCount)
}
What I am trying to do is
1) I want the "prepare to fight" message to be displayed on the
bottom center of the screen. I don't know the code for it since it's all numbers..
2) I want to add my own message while the 'prepare to fight" message gets displayed on the bottom center. I want my own messages to be displayed on the center top, so they will pop up along with the prepare to fight message.
Thanks a bunch!