Quote:
Originally Posted by Afro-Ankan
how should i do to make a HUD message then ?
PHP Code:
show_hudmessage(iAttacker, "Healed %i HP", (iHeadshot) ? get_pcvar_num( cvar_hs ) : get_pcvar_num( cvar_kill ) );
|
To show how many life he won?
PHP Code:
set_hudmessage( 255, 0, 0, -1.0, -1.0, 0, 6.0, 12.0 )
show_hudmessage( iAttacker, "Healed %i HP", (iHeadshot) ? get_pcvar_num( PcvarHs ) : get_pcvar_num( PcvarKill ) )
__________________