Hi, I'm not very good at scripting just wondering if somebody could take a look at this and see if it has any problems. Thanks!
//#CLIENTSIDE
function onCreated()
{
this.image = "block.png";
}
function onPlayerChats()
if (player.chat == "Start") && if (player.guild == "Events Team")
{
message "3";
sleep(1);
message "2";
sleep(1)
message "1";
sleep(1)
message;
}
else
if (player.chat == "Stop") && if (player.guild == "Events Team")
show();