Timer of command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Timer of command (
/showthread.php?tid=138688)
Timer of command -
Bref_ - 02.04.2010
Hello. I want, because your me show how timer is use of the command ? Because I don't now. Please help me with timer command
Re: Timer of command -
Torran - 02.04.2010
A timer command?
pawn Код:
if(strcmp(cmdtext, "/timer", true) == 0)
{
SetTimer("TimerCmd", 1000, 1);
return 1;
}
Lol, If thats not what you want explain a little better?
Re: Timer of command -
Bref_ - 02.04.2010
Quote:
Originally Posted by Joe Torran C
A timer command?
pawn Код:
if(strcmp(cmdtext, "/timer", true) == 0) { SetTimer("TimerCmd", 1000, 1); return 1; }
Lol, If thats not what you want explain a little better?
|
I want timer use /tele command, because how /tele because only GUI window performance under 3 second and because how say /tele always need to waitining 3 sec and only performance GUI.
Re: Timer of command -
biltong - 02.04.2010
That made zero sense.
Re: Timer of command -
Bref_ - 02.04.2010
Why ? I want to /tele command with timer. Help
Re: Timer of command -
Bref_ - 03.04.2010
It nothing me can't help how use cmd /tele with timer ?
Re: Timer of command -
aircombat - 03.04.2010
post the tele command for me to make it for u
Re: Timer of command -
Bref_ - 03.04.2010
Maybe give an example me ?
Re: Timer of command -
Torran - 03.04.2010
We dont know exactly what you want...
If your not english look in here for your language and post in there:
Click me for languages
Re: Timer of command -
Bref_ - 03.04.2010
I want because your me show how need to use timer of the command.