25.09.2013, 13:13
I have timer of 15 minutes for bank robbery, now i want every minute passed it will show GametextForPlayer.
if 15 minutes left so will show up "15 minutes left", then minute passed "14 minutes left" etc. till "0 minutes left"
exactly like in the screenshots.
thanks

if 15 minutes left so will show up "15 minutes left", then minute passed "14 minutes left" etc. till "0 minutes left"
exactly like in the screenshots.
thanks
Code:
GameTextForPlayer(playerid, "~y~%d minutes left" ,2000 ,1);

