ID:166342
![]() Aug 18 2006, 4:54 pm
|
|
How do I determine through code who is hosting a game, like to give them special verbs? I tried "if(src.client.address == world.address)" but that didn't work :(
|
Copyright © 2025 BYOND Software.
All rights reserved.
And check on Login() if the player who's logging in is the host. If so, give them verbs, and such.
~~> Unknown Person