Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. if(Rentano[playerid] != -1)
  3. {
  4. SetVehicleToRespawn(Rentano[playerid]);
  5. Rentano[playerid] = -1;
  6. UsaoRentVozilo[playerid] = -1;
  7. new vozilo = GetPlayerVehicleID(playerid);
  8. Delete3DTextLabel(RentLabel[vozilo]);
  9. new string[128];
  10. format(string,sizeof(string),""vrp"[ RENT - "ZELENA"SLOBODNO "vrp"]\nCena: '%d'\nId: '%d'", RentInfo[vozilo][rRentCena],
  11. RentInfo[vozilo][rID]);
  12. RentLabel[vozilo] = Create3DTextLabel(string, 0x33CCFFFF, 0.0, 0.0, 0.0, 15.0, 0, 1);
  13. Attach3DTextLabelToVehicle(RentLabel[vozilo], RentInfo[vozilo][rID], 0.0, 0.0, 0.0);
  14. }
  15. //------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement