Advertisement
Guest User

fsdfsdf

a guest
Jul 1st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if(VoziloSestBrzina(GetVehicleModel(IDVOZILA))
  2. {
  3. PlayerTextDrawSetString(playerid, TDProdajaVozila[5][playerid], "Brzina: 6");
  4. PlayerTextDrawShow(playerid, TDProdajaVozila[i][5][playerid]);
  5. }
  6. else if(VoziloPetaBrzina(GetVehicleModel(IDVOZILA))
  7. {
  8. PlayerTextDrawSetString(playerid, TDProdajaVozila[5][playerid], "Brzina: 5");
  9. PlayerTextDrawShow(playerid, TDProdajaVozila[i][5][playerid]);
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement