211
Forum Games / Re: The Stick Comics
« on: February 05, 2008, 07:58:09 PM »
I put that there on purpose.
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.
function serverCmdstopWatch(%client)
{
if(!%client.isStopWatchOn)
{
%client.stopWatch = true;
%client.timeStarted = getSimTime();
messageClient(%client, '', "\c2Stop Watch started");
return;
}
%client.stopWatch = false;
messageClient(%client, '', "\c2Time: \c6" @ getTimeString(getSimTime() - %client.timeStarted / 1000));
}

I learnt this in v1I don't think the alpha was like retail.