♦ CountDown ♦
by boris & K4[Я]!K3™
by boris & K4[Я]!K3™
♦credits♦
boris
K4[Я]!K3™
zcmd - zeex
sscanf2 - Y_Less
♦Opis♦
Odbrojavanje(countdown) system.
♦Komande(1)♦
/countdown
max. 60 sec
WARNING: Prije komentara procitajte prvi red u skripti(line: 1)
pastebin:http://pastebin.com/LUUkaPeE
BUG FIX:
pod public CountDown()
zamijenite
if(count < 1)
{
TextDrawHideForAll(count0);
TextDrawHideForAll(count1);
TextDrawHideForAll(count2);
return KillTimer(counttimer);
}
sa
if(count < 1)
{
TextDrawHideForAll(count0);
TextDrawHideForAll(count1);
TextDrawHideForAll(count2);
countinuse=0;
return KillTimer(counttimer);
}
ili skinite ponovo sa pastebin-a
