03.01.2014, 01:06
Replace your
with
and continue it through your tutorial code; so for:
pawn Код:
SetTimer("TutStep2", 25000, 0);
pawn Код:
SetTimerEx("TutStep2", 25000, 0, "i",playerid);
pawn Код:
SetTimer("TutStep3", 25000, 0);
SetTimer("TutStep4", 25000, 0);
SetTimer("TutStep5", 25000, 0);
SetTimer("TutStep6", 25000, 0);