I want to add a small .wav sound when It shows the HUD message.
I mean at the same time as the Message shows..
PHP Code:
public FreeGame(id)
{
g_iCurrentGame = GAME_FREEGAME
set_hudmessage ( 0, 184, 30, -1.0, 0.35, 0, 0.1, 5.0, 0.1, 0.1, -1 )
show_hudmessage ( 0, "[SWE-KUNG]: Enjoy Your FreeDay!!!!")
}
Thanks