15.09.2015, 14:16
Ehm, I'm making DM event system, I have to annouce every minute (for 7 mins) that theres an event going it and (mins left)
like
format(blablabla,sizeof(blablabla),"Theres an event going on, %d minutes to join",minutes);
In timer which says the same message for 7 mintues and then, stops the timer
and give player weapons n others
Anyway?
I need just tutorial for how to make this countdown (minutes) without crashing the gamemode.
like
format(blablabla,sizeof(blablabla),"Theres an event going on, %d minutes to join",minutes);
In timer which says the same message for 7 mintues and then, stops the timer
and give player weapons n others
Anyway?
I need just tutorial for how to make this countdown (minutes) without crashing the gamemode.