30.12.2014, 16:59
Do you mean this?
Change it for this:
Or if it is not what you meant, try changing this:
To this:
pawn Код:
GameTextForPlayer(playerid, string,1500, 3);
pawn Код:
GameTextForPlayer(playerid, string, 10000, 3);
pawn Код:
PointTimer = SetTimerEx("FinalCapture", 600000, false, "dd", Capturer, CapturerFam);
pawn Код:
PointTimer = SetTimerEx("FinalCapture", 10000, false, "dd", Capturer, CapturerFam);