Advertisement
ZulRocky

Bug Checkpoint

Mar 8th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 2.04 KB | None | 0 0
  1. else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, 1980.8196,-2493.8984,13.5391))
  2.     {
  3.         //DisablePlayerCheckpoint(playerid);
  4.         SetPlayerCheckpoint(playerid, -1541.5569,-159.0307,14.1484, 10);
  5.         GameTextForPlayer(playerid, "~g~Goto San Fierro!", 3000, 3);
  6.     }
  7.     else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, -1541.5569,-159.0307,14.1484))
  8.     {
  9.         //DisablePlayerCheckpoint(playerid);
  10.         SetPlayerCheckpoint(playerid, -1657.4930,-164.7600,14.1484, 10);
  11.         GameTextForPlayer(playerid, "~g~Goto Landing!", 3000, 3);
  12.     }
  13.     else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, -1657.4930,-164.7600,14.1484))
  14.     {
  15.         //DisablePlayerCheckpoint(playerid);
  16.         SetPlayerCheckpoint(playerid, 1571.4313,1556.9706,10.8203, 10);
  17.         GameTextForPlayer(playerid, "~g~Goto Las Venturas!", 3000, 3);
  18.     }
  19.     else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, 1571.4313,1556.9706,10.8203))
  20.     {
  21.         //DisablePlayerCheckpoint(playerid);
  22.         SetPlayerCheckpoint(playerid, 1477.3678,1697.1982,10.8125, 10);
  23.         GameTextForPlayer(playerid, "~g~Goto Landing!", 3000, 3);
  24.     }
  25.     else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, 1477.3678,1697.1982,10.8125))
  26.     {
  27.         //DisablePlayerCheckpoint(playerid);
  28.         SetPlayerCheckpoint(playerid, 1904.6438,-2462.9121,13.5391, 10);
  29.         GameTextForPlayer(playerid, "~g~Goto Los Santos!", 3000, 3);
  30.     }
  31.     else if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 519 && flyjob[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 10.0, 1904.6438,-2462.9121,13.5391))
  32.     {
  33.         DisablePlayerCheckpoint(playerid);
  34.         SetVehicleToRespawn(1);
  35.         GameTextForPlayer(playerid, "~g~Mission Success!", 3000, 3);
  36.         flyjob[playerid] = 0;
  37.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement