Usage
Syntax: servername
Explanation
Only available for use on the clientside. It's a variable containing a string value of the server's name.
Example
function onCreated()
{
echo(servername);
}... echoes whatever the server name is
Categories
CategoryBuiltInVariable