ok i have a plugin that will show "Zombie win" or Humans win" but im not good with code so i need some help with text size
public announce_win_draw() {
static winmessage[256]
get_cvar_string("amx_drawwin_message", winmessage, 255)
set_hudmessage(0, 255, 0, -1.0, 0.25, 0, 1.0, 5.0, 0.1, 0.2, -1)
show_hudmessage(0, "%s", winmessage)
what part do i use to make the text big under this
set_hudmessage(0, 255, 0, -1.0, 0.25, 0, 1.0, 5.0, 0.1, 0.2, -1)
__________________
|