Left 4 Dead 2

Left 4 Dead 2

Glubtastic 5
v.s.a. IA v4 Dec 14, 2024 @ 11:38am
vscript text bug
Something is breaking custom hoods on the servers :'(

If I delete the Glubtastic 5 campaign from the server, then everything works again. This has not happened with previous campaigns.



Example of a script that stops working:


HUDTable <-
{
Fields =
{
logo = { slot = HUD_LEFT_TOP, dataval = "Test Text", flags = HUD_FLAG_ALIGN_CENTER | HUD_FLAG_NOBG, name = "logo" }
}
}

HUDSetLayout(HUDTable)
g_ModeScript