1
Off Topic / Re: word of the day
« on: September 17, 2015, 10:11:24 PM »
poon sounds like stuff on a spoon, imo lmao
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
http://forum.blockland.us/index.php?topic=263355.0
this is for clients
servers
you could do something hella basic like thisCode: [Select]package swol_blid
{
function gameConnection::autoAdminCheck(%client)
{
%client.clanPrefix = "\c4[\c6" @ %client.bl_id @ "\c4]" @ %client.clanPrefix;
return parent::autoAdminCheck(%client);
}
};
activatePackage(swol_blid);
a client sided chat logger or a serversided one?
Namehere [BLID]: Hello
i think you mean
swood