AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   I need help on code (https://forums.alliedmods.net/showthread.php?t=60532)

mando127 09-06-2007 06:56

I need help on code
 
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)

Arkshine 09-06-2007 07:02

Re: I need help on code
 
You can't change text size.

set_hudmessage()


All times are GMT -4. The time now is 16:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.