09.04.2007, 07:41
yom, if I entered /countdown -1, the count down would never stop.
replace
with
you can also replace
with
to keep things even safer.
replace
pawn Код:
if (!seconds)
pawn Код:
if (seconds < 1)
pawn Код:
if (!countdown_seconds)
pawn Код:
if (countdown_seconds < 1)