13.02.2017, 06:13
GoGoGo function has parameter in it, you should use SetTimerEx for that.
And, also you don't need to make a different timer per countdown, you can simply make 1 repeated timer, and kill the timer if the countdown is 0.
Код:
SetTimerEx("GoGoGo", 6000, 0, "d", playerid);