proc/GlobalBan()
world<<"<font color = blue><b>Server Info: </font></b><b>Updating Global Ban List"
var/http = world.Export("http://www.gohangames.webcindario.com/global ban.txt")
if(!http)
usr << "Failed to connect."
return
var/A = http["CONTENT"]
if(A)
A=html_encode(file2text(A)) //you only html_encode() and file2text()'d the input to the world and were looping though an html file
usr<<"Currently Players in Global Ban"
usr<<A
world<<"<font color = blue"><b>Server Info: </font></b><b>Global Ban List Succesfully Loaded"
for(var/client/M)
if(findtext(A,M.key))
M<<"You Are Banned Form Gohan Games"
del(M)
M.GBanned=1
mob/var/GBanned=0
Problem description: IT Sends
loading The Game.dme
Global Subscriber List.dm:24:error:GBanned:undefined var
The Game.dmb - 1 error, 0 warning (double-click on an error to jump to it)