Hi guys I was just wondering if there was a clientside version of sleep, for a notification text, the script works and im posting a fraction of it for help
PHP Code:
//#CLIENTSIDE
function onCreated()
{
client.message.add("Welcome to Project Andor");
client.message.add("The server is currently under construction");
}