Advertisement
Guest User

Untitled

a guest
May 9th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if(PnsTimer[playerid] != -1) return true;
  2. for(new i = 1; i <= GpsBizzType[14]; i++) {
  3. idd = BizzTypeID[14][i];
  4. if(!PlayerToPoint(3, playerid, BizzInfo[idd][bEntranceX], BizzInfo[idd][bEntranceY], BizzInfo[idd][bEntranceZ]))
  5. continue;
  6.  
  7. PutVehicleInPNS(playerid, i-1);
  8. cc = true;
  9. break;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement