In "The Admin Script" the server name color is constantly changing. How can I do it?
This im talking about;
addhook("second","_second") function _second() parse("mp_hudscale 1") parse('hudtxt 1 "\169255000255phalenkO" 307 11 0') parse('hudtxtcolorfade 0 1 1000 0 255 255') parse('hudtxtcolorfade 0 1 1000 0 160 255') end
parse('hudtxtcolorfade <playerid (0 for all)> <txtid> <duration> <Red> <Green> <Blue>')
addhook("second","_second") function _second(id) parse("mp_hudscale 1") end