I need a confirmation about switch.
this code:
Code:
switch(get_pcvar_num(mesaje_mode)){
case 1:{
ColorChat(player, RED, "Ai Scapat Bomba... Ratatule...");
}
case 2:{
set_hudmessage(random(255), random(255), random(255), 0.32, 0.26, 0, 6.0, 12.0)
show_hudmessage(0, "%s A Scapat Bomba... Ce Ratat....",name)
}
}
}
I need to know if the cvar mesaje_mode is set to 3 it will show to both colorchat and the hud.
__________________