ID:166876
 
ive tried alot of things to make it so only 2 people can join a world, but i cannot get it done. i tried world var's and setting the mob vars but i keep getting errors...any ideas...
Search the hub for "usermax" by Lord of Water.
Set up a simple counter variable and a simple kickoff in there, eg (this is from my game..of the mob/proc section)
if(serverlimit && counter+1>=serverlimit)del src
else counter++


The else isn't really needed but that should provide you with a skeletal system of what to do

If you want to make the game entry hidden when it's full and vice-versa for showing, look up world.visibility

- GhostAnime

EDIT: Or do what pirate said if you're lazy like me *sweatdrops* o.o'