Script problem [Left Yellow words]
Posted: Thu Oct 23, 2003 11:19 pm
okay i made this script and it a script were it makes the yellow word appare on the screen on the left i made one before and made a new one for a clan now it will not work so here is the script also its for SH so what im i missing?:
Code: Select all
main:
setcvar "g_announce" "1"
setcvar "g_obj_alliedtext2" "?************************?"
setcvar "g_obj_alliedtext3" "<-(RaGe)-> Clan Server"
setcvar "g_obj_axistext2" "Mod By ?erg Of 89?h"
setcvar "g_obj_axistext3" "?*************************?"
level waittill spawn
_mymessage:
while (1)
{
if (getcvar (g_announce)=="1")
{
thread mytext
}
wait 160
}
end
mytext:
wait 6
iprintln "***Welcome to the <-(RaGe)-> Clan Server***" \n ("ADMIN: " + getcvar "name")
wait 4
iprintln "Rules: No Grenade rifles, or Bazookas, unless the host or other clan members say otherwise."
wait 6
iprintln "***Visit us on AIM, or at www.therageclan.com**"
wait 4
iprintln "***A special thanks to ||89?h||?erg||L|| for mods, and help with the server.***"