Hey, community! All right?
Can someone help me?
I want to add a mapannounce 3 seconds before starting the race.
A countdown. For example:
mapannounce "turbo_n_1","3...",bc_yellow|bc_all;
sleep 1000;
mapannounce "turbo_n_1","2...",bc_yellow|bc_all;
sleep 1000;
mapannounce "turbo_n_1","1...",bc_yellow|bc_all;
sleep 1000;
But when I add mapannounce before the
OnClock1055:
set $CMisopen, 0;
announce "[Crazy Race]: The race has started!",bc_yellow|bc_all;
end;
The event starts at mapannounce "3 ...".
And not after "[Crazy Race]: The race has started!" That is, it is possible to burn the start.
Where did I go wrong? And how can I fix this?
Thank you very much.
Script: