Advertisement
BlooDMasK

Untitled

Sep 8th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 2.31 KB | None | 0 0
  1. if(clickedid == Sprite3[playerid])
  2.     {//FRECCIA SINISTRA ALTA
  3.         new string2[250],string3[250], id = IsPlayerNearConcInt(playerid);
  4.         if(ConcessionariaInfo[id][cTipo] == 2){
  5.         //CAMION
  6.         if(Veicolo[playerid] == 403) Veicolo[playerid] = 610;
  7.         if(Veicolo[playerid] == 413) Veicolo[playerid] = 404;
  8.         if(Veicolo[playerid] == 422) Veicolo[playerid] = 414;
  9.         if(Veicolo[playerid] == 435) Veicolo[playerid] = 423;//rim 435
  10.         if(Veicolo[playerid] == 440) Veicolo[playerid] = 436;
  11.         if(Veicolo[playerid] == 456) Veicolo[playerid] = 441;
  12.         if(Veicolo[playerid] == 459) Veicolo[playerid] = 457;
  13.         if(Veicolo[playerid] == 478) Veicolo[playerid] = 460;
  14.         if(Veicolo[playerid] == 482) Veicolo[playerid] = 479;
  15.         if(Veicolo[playerid] == 499) Veicolo[playerid] = 483;
  16.         if(Veicolo[playerid] == 514) Veicolo[playerid] = 500;
  17.         if(Veicolo[playerid] == 543) Veicolo[playerid] = 515;
  18.         if(Veicolo[playerid] == 554) Veicolo[playerid] = 544;
  19.         if(Veicolo[playerid] == 578) Veicolo[playerid] = 555;
  20.         if(Veicolo[playerid] == 591) Veicolo[playerid] = 579;
  21.         if(Veicolo[playerid] == 609) Veicolo[playerid] = 592;
  22.         Veicolo[playerid] = Veicolo[playerid] - 1;}//rim 591
  23. //====================================================================//
  24. if(clickedid == Sprite0[playerid])
  25.     {
  26.         new string2[250],string3[250], id = IsPlayerNearConcInt(playerid);
  27.         if(ConcessionariaInfo[id][cTipo] == 2){
  28.         if(Veicolo[playerid] == 403) Veicolo[playerid] = 412;
  29.         if(Veicolo[playerid] == 414) Veicolo[playerid] = 421;
  30.         if(Veicolo[playerid] == 422) Veicolo[playerid] = 434;
  31.         if(Veicolo[playerid] == 435) Veicolo[playerid] = 439;//rim 435
  32.         if(Veicolo[playerid] == 440) Veicolo[playerid] = 455;
  33.         if(Veicolo[playerid] == 456) Veicolo[playerid] = 458;
  34.         if(Veicolo[playerid] == 459) Veicolo[playerid] = 477;
  35.         if(Veicolo[playerid] == 478) Veicolo[playerid] = 481;
  36.         if(Veicolo[playerid] == 482) Veicolo[playerid] = 498;
  37.         if(Veicolo[playerid] == 499) Veicolo[playerid] = 513;
  38.         if(Veicolo[playerid] == 515) Veicolo[playerid] = 542;
  39.         if(Veicolo[playerid] == 543) Veicolo[playerid] = 553;
  40.         if(Veicolo[playerid] == 554) Veicolo[playerid] = 577;
  41.         if(Veicolo[playerid] == 578) Veicolo[playerid] = 590;
  42.         if(Veicolo[playerid] == 591) Veicolo[playerid] = 608;
  43.         if(Veicolo[playerid] == 609) Veicolo[playerid] = 402;
  44.         Veicolo[playerid] = Veicolo[playerid] + 1;}//rim 591
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement