26.12.2018, 14:19
Hello one question im making a jail command and i did it and i do for gametextshowforplayer something like this
time[targetid] = 3600000;
format(time,sizeof(time), "Vreme Zatvora: %d",time);
GameTextForPlayer(targetid,time,5000,3);
i have one question now how to make gametextshowforplayer that will repeat every second with one second down like if he have 3600 sec to after one sec 3599 that he can see
time[targetid] = 3600000;
format(time,sizeof(time), "Vreme Zatvora: %d",time);
GameTextForPlayer(targetid,time,5000,3);
i have one question now how to make gametextshowforplayer that will repeat every second with one second down like if he have 3600 sec to after one sec 3599 that he can see