Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. new pcar = owncar[playerid];
  2. if(CarInfo[pcar][cZaplijenjen] != 0)
  3. {
  4. SendClientMessage(playerid,COLOR_GREY,"{F3FF02}Vase vozilo je zaplijenjeno i nalazi se na parkingu zaplijenjenih vozila.");
  5. SendClientMessage(playerid,COLOR_GREY,"{F3FF02}Da bi ga povratili uplatite kaznu u opstini.");
  6. return 1;
  7. }
  8. new Float:X,Float:Y,Float:Z;
  9. GetVehiclePos(pcar,X,Y,Z);
  10. gLocatedCar[playerid] = 1;
  11. SetPlayerCheckpoint(playerid,X,Y,Z,8.0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement