joingame("192.168.1.7:28000"); sad("password"); - admin password listplayers(); - lists all players. Useful for finding clientIDs, who's admin, etc. kick(clientID, admin[1/0], GUID); - Kicks a person. Only the first field is required, however, if you want to make it look like an admin did it, you can use kick(clientID, 1); ban(clientID, admin[1/0]); - Bans a person. Onlyl the first field is required, however, if you want to make it look like an admin did it, you can use ban(clientID, 1); bottomprintAll("Message", time, lines); - Sends a bottomprint message to everyone. It stays up for [i]time[/i] seconds. centerprintAll("Message", time, lines); - Just like bottomprintall except it's a centerprint. messageAll("", "\c2Message."); - Sends a chat hud message to everyone.