SA-MP Forums Archive
[Include] [INC] TDCountDown - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC] TDCountDown (/showthread.php?tid=91883)



[INC] TDCountDown - Gappy - 17.08.2009

- TDCountDown -

I got bored so I decided to make this little textdraw countdown timer.

- Functions -

pawn Код:
TDCountDown(minutes, seconds, Float:x, Float:y);
TDCDShowForPlayer(playerid);
TDCDHideForPlayer(playerid);
TDCDShowForAll();
TDCDHideForAll();
Example:
pawn Код:
TDCountDown(2, 0, 560, 20);
Would make a 2 minute countdown at the top of your screen above the armour bar.

- Callback -

pawn Код:
public OnCountDownEnd()
- Called when the countdown hits 00:00

- How to install? -

Put TDCountDown.inc into your pawno/include folder
At the top of your script add "#include <TDCountDown>" (without quotation marks.)

- Pics -





- Download -

v1
PasteBin
UploadFFS

v2
PasteBin
UploadFFS

v3
PasteBin
UploadFFS



Re: [INC] TDCountDown - James_Alex - 17.08.2009

nice


Re: [INC] TDCountDown - Ibanez - 17.08.2009

Good job :P


Re: [INC] TDCountDown - Gappy - 17.08.2009

Thanks


Re: [INC] TDCountDown - LuxurioN™ - 17.08.2009

Nice Gappy


Re: [INC] TDCountDown - Gappy - 18.08.2009

Quote:
Originally Posted by ► © The LuxurioN™
Nice Gappy
Thanks


Re: [INC] TDCountDown - Gappy - 18.08.2009

Updated, see first post.


Re: [INC] TDCountDown - eXchainZ-FoReVeR - 14.09.2009

Very nice!


Re: [INC] TDCountDown - HuRRiCaNe - 15.09.2009

Great Dude i was searching for something like this


Re: [INC] TDCountDown - MrDeath537 - 24.09.2010

It's nice, I know some people will use it.

Thanks for post ^^