18.01.2017, 19:00
Sorry for so many questions but I am trying to learn, why isn't this working?
KillTimer(LegShott);
Код:
LegShott = SetTimerEx("LegShot", 12000, true, "i", playerid);
Код:
forward LegShot(playerid); public LegShot(playerid) { ApplyAnimation(playerid, "PED", "FALL_COLLAPSE", 4.0, 0, 1, 1, 0, 1050, 1); //SetTimerEx("LegShotUn", 500, false, "i", playerid); return 1; }