02.03.2009, 09:45
(
Last edited by Littl3j0hNy; 23/06/2013 at 04:06 PM.
Reason: added pastebin
)
[INC] TextDrawCountDown
Hi Community,You want to make a easy TextDrawCountDown ?
With that Include you can !
Functions:
Code:
TextDrawCountDownForPlayer(playerid, seconds) Parameters: playerid[] the player in which the function is being performed seconds[] how many seconds (max 30) - Creates a Countdown for a player TextDrawCountDownForAll(seconds) Parameters: seconds[] how many seconds (max 30) - Creates a Countdown for all players HideCountDownForPlayer(playerid) Parameters: playerid[] the player in which the function is being performed - Hides the created Countdown for a player - works only with TextDrawCountDownForPlayer HideCountDownForAll() Parameters: none - Hides the created Countdown for all players - works only with TextDrawCountDownForAll
Add in top of your script:
pawn Code:
#include <TextDrawCountDown>
http://pastebin.com/9RDw6FvB
regards, LJ