Help me with my checkpoints i can't figure out my problem, Please.
#10

Ah, my apologizies, try reserving that effect...

Take one of those bottom bracket from the bottom to the bracket I said to move before, example:

pawn Код:
new tid = GetPlayerVehicleID(playerid);
if (IsTrailerAttachedToVehicle(tid))
      {
       
        DisablePlayerCheckpoint(playerid);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, "You Have Droped Off your First Load, Go to the Next one");
        IsHauling[playerid] = 2;
        SetPlayerCheckpoint(playerid,2200.4985,-1976.4784,14.5273, 8.0);
}
}
pawn Код:
DestroyVehicle(TrailerOne);
  IsHauling[playerid] = 0;
  IsPickingUp[playerid] = 1;
}
}
That should do it, the number 1 reason scripts refuse to work & are hard to spot problems: Brackets not in the right places :P
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)