Timer! HELP!
#9

Quote:
Originally Posted by Dreftas
And now other thing :}
For example script is counting and on 5.. i write /stoptimer text apeears in chat window "Timer sopped at 5 seconds", how to make that?
pawn Код:
if (strcmp(cmdtext, "/stoptimer", true) == 0)
{
  KillTimer(lol);
  new str[128];
  format(str, sizeof(str), "Timer stopped at %d seconds.", abc);
  abc = 0;
  SendClientMessageToAll(COLOR_GREEN, str);
  return 1;
}
Reply


Messages In This Thread
Timer! HELP! - by Dreftas - 07.02.2009, 12:48
Re: Timer! HELP! - by brett7 - 07.02.2009, 12:56
Re: Timer! HELP! - by Streetplaya - 07.02.2009, 12:56
Re: Timer! HELP! - by Dreftas - 07.02.2009, 13:03
Re: Timer! HELP! - by Jefff - 07.02.2009, 13:07
Re: Timer! HELP! - by Streetplaya - 07.02.2009, 13:23
Re: Timer! HELP! - by Dreftas - 07.02.2009, 13:35
Re: Timer! HELP! - by Jefff - 07.02.2009, 13:57
Re: Timer! HELP! - by Streetplaya - 07.02.2009, 14:03
Re: Timer! HELP! - by Dreftas - 07.02.2009, 14:04

Forum Jump:


Users browsing this thread: 1 Guest(s)