28.01.2018, 23:50
UPDATED
- Now include supports Race CheckPoints.
- Now you can make Race CheckPoint using CreateRaceCheckPoint(playerid, fname[], type, Float: x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float: size, Float:visibledistance = STREAMER_RACE_CP_SD);
- You can response when player enters in race checkpoint like this:
PHP код:RaceCheckPoint:TestRaceCP(playerid, checkpointid)
{
return 1;
}
- Added HideRaceCheckPoint(playerid, checkpointid) function.
- Added ShowRaceCheckPoint(playerid, checkpointid) function.
- Added DestroyRaceCheckPoint(checkpointid) function.