12.04.2014, 12:42
I have this script, and when i enter the checkpoint is don't have any effect, remains checkpoint on the map
PS: I am in a car mailman !
pawn Код:
else if(CP[playerid] == 132)
{
if(IsAMailCar(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,1022.3156,-1123.5148,23.8699,5.0);
CP[playerid] = 133;
}
}
else if(CP[playerid] == 133)
{
if(IsAMailCar(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,974.1779,-1091.0627,24.2534,5.0);
CP[playerid] = 134;
}
}