07.02.2009, 12:48
At top of script:
then
and then
It works, 10 seconds pass and text "IT'S WORKING!!!" appears. But how to do that every second will show at chat window ? 1...2...3....4....5.....6....7.....8....9....10. IT'S WORKING!!!
I read posts in forum, information in sa-mp wiki but dont found anything what will help me
Please, help!
Код:
forward time();
Код:
if (!strcmp("/testtimer", cmdtext, true)) { SetTimer("time",10000,0); return 1; }
Код:
public time() { SendClientMessageToAll(COLOR_GREEN,"IT'S WORKING!!!"); }
I read posts in forum, information in sa-mp wiki but dont found anything what will help me

Please, help!
