hey i need help to get the hudmessage say like this
public Task_Respawn(iPlayer)
{
//Respawn Player
ExecuteHamB(Ham_CS_RoundRespawn, iPlayer);
//Print to the player that he/she got respawned
set_hudmessage(0, 0, 255, -1.0, -1.0)
show_hudmessage(0, "In Game Name got respawned! wait 10 sec before killing");
//Disable respawn until next round
g_iRevivedOnce[iPlayer] = true;
}