mob
Player
Login()
src.client.screen += new/obj/HUD/healthbar
for(var/i = 1, i < 3, i ++)
Demote(src) // make everybody player
if((src.admin == "0") && (client.address == world.address || world.address == null))
Make_Host(src)
world.status = "<b>Version [world.version] hosted by [src.name]! [PlayerAmount] players logged in.</b>"
var/proc
PlayerAmount
The code is there, But when someone logs in, he does not get a health bar, nor does the world.status work, And the Make_host does not work too. Ive got all the bases in different files (Like the HUB and Make_Host, The last one being in my admin file) But i thought the error might be obvious but im just too stupid to see it. Oh, and it compiles with 0 errors, so dream maker didnt notice anything either..