Blockland Forums > Modification Help
A stupid question regarding fetching the Category name
Randomness:
Is this for dedi servers too?
Kalphiter:
Any type of server.
Swollow:
1. How to use trace
with this method you can find just about anything
2. Search (I'm pretty sure that finding hosts ID is searchable)
3. Coding help
Follow this order
Greek2me:
Here is a better method to get the host's ID, since this works on LAN servers as well.
--- Code: ---function getBlocklandID()
{
if($Server::LAN)
return getLAN_BLID();
else
return getNumKeyID();
}
--- End code ---
Ipquarx:
--- Quote from: Greek2me on June 03, 2012, 10:51:24 AM ----snip-
--- End quote ---
This