CP functions are executing too fast!
#7

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    SetTimerEx("AmmuCheckpoint", 1500, 0, "i", playerid);
    AmmuCheckpoint(playerid);
    return 1;
}
Remove this line:
pawn Код:
AmmuCheckpoint(playerid);
Reply


Messages In This Thread
CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:23
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:34
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:40
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:42
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:48
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:59
Re: CP functions are executing too fast! - by Hiddos - 22.11.2010, 18:08
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 18:23

Forum Jump:


Users browsing this thread: 2 Guest(s)