decrease checkpoint size
#6

pawn Код:
forward ZONEFLASH2(playerid);
public ZONEFLASH2(playerid)
{
    CP_FLOAT[3]--;
    DisablePlayerCheckpoint(playerid);
    SetTimerEx("ZONEFLASH2",1000,false,"i",playerid);
    SetPlayerCheckpoint(playerid,CP_FLOAT[0],CP_FLOAT[1],CP_FLOAT[2],CP_FLOAT[3]);
    return 1;
}
also tried, didnt work...
Reply


Messages In This Thread
decrease checkpoint size - by PawnoQ - 13.01.2014, 01:55
Re: decrease checkpoint size - by Excelize - 13.01.2014, 01:57
Re: decrease checkpoint size - by PawnoQ - 13.01.2014, 02:01
Re: decrease checkpoint size - by PawnoQ - 13.01.2014, 11:16
Re: decrease checkpoint size - by AIped - 13.01.2014, 11:34
Re: decrease checkpoint size - by PawnoQ - 13.01.2014, 11:37
Re: decrease checkpoint size - by Vince - 13.01.2014, 12:10
Re: decrease checkpoint size - by PawnoQ - 13.01.2014, 12:22

Forum Jump:


Users browsing this thread: 2 Guest(s)