12.06.2012, 09:29
Hello This is my script
I want that RobberyCountDown to decrease after every secs .. when it reaches 0 then TextDrawDestroy.. Please Help .. for rep +1
Код:
RobberyTime = TextDrawCreate(460.000000, 290.000000, "Robbery: Time :"); TextDrawBackgroundColor(RobberyTime, 255); TextDrawFont(RobberyTime, 2); TextDrawLetterSize(RobberyTime, 0.500000, 1.000000); TextDrawColor(RobberyTime, -16776961); TextDrawSetOutline(RobberyTime, 0); TextDrawSetProportional(RobberyTime, 1); TextDrawSetShadow(RobberyTime, 4); TextDrawUseBox(RobberyTime, 1); TextDrawBoxColor(RobberyTime, 1313359944); TextDrawTextSize(RobberyTime, 594.000000, 69.000000); RobberyCountDown = TextDrawCreate(562.000000, 293.000000, "20"); TextDrawBackgroundColor(RobberyCountDown, 255); TextDrawFont(RobberyCountDown, 1); TextDrawLetterSize(RobberyCountDown, 0.500000, 1.000000); TextDrawColor(RobberyCountDown, -16776961); TextDrawSetOutline(RobberyCountDown, 0); TextDrawSetProportional(RobberyCountDown, 0); TextDrawSetShadow(RobberyCountDown, 1);