ID:441043
 
(See the best response by DarkCampainger.)
Code:
mob/CTFEL/verb
EnterCTF()
set category="Channels"
set name = "Enter CTF Game"
insafezone=0
szactivated=0
traintimer=0
wait_room=1
safe=0
temptraintimer=0
loc=locate(201,218,6)
if(redt<=bluet)
red.Add(usr)
redt+=1
usr.Red2=1
usr.CTFT=1
src<<output("<font size=1><font color=red><b><u>[usr] joined the CTF! [usr] is in the Red Team!</font></b></u>","Tournyow")
else
blue.Add(usr)
bluet+=1
usr.Blue=1
src<<output("<font size=1><font color=blue><b><u>[usr] joined the CTF Game! [usr] is in the Blue Team!</font></b></u>","Tournyow")
usr.CTFT=1


Problem description: When People Enter Tournament Only Some People when they join show up not everyone, and i use the same src<<output to start the tournament and it still dont show up can anyone help this isn't making sense to me.. Yes i am Sure its an output Window It the right naming.

Best response
You're only outputting the message to the src, which is the player the verb belongs to. Sounds like you want to output it to world, which will send it to everyone. Also, you can access the len variable of a list to get the number of values inside it (instead of counting them out yourself, which is what I assume bluet/redt are for)
Man Thanks Your Alot of Help Do you have a msn i want to give you something