Thread: Script Help
View Single Post
  #1  
Old 08-02-2011, 06:04 PM
Equinox Equinox is offline
Registered User
Equinox's Avatar
Join Date: Jan 2011
Posts: 13
Equinox is on a distinguished road
Smile Script Help

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();
Reply With Quote