Posts: 93
Threads: 28
Joined: Apr 2010
Reputation:
0
Okay guys I have problem! problem is that; I have created a timer and it works fine but it still needs to be visibleable :P and I think the textdraw is the best choise because gametext is too big for it :P any suggestions for it?
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
create a textdraw and a timer which called every second and verriables like
new minutes;
new seconds;
in your public make seconds--;
if(seconds <=0) return minutes-- & seconds+=60;
update textdraw
if(minutes == 0 && seconds == 0)
code if timer ends
sry but written with mobile phone