Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 10.75 KB | None | 0 0
  1. else if (!strcmp(stringg, "landstalker")) return 400;
  2.     else if (!strcmp(stringg, "bravura")) return 401;
  3.     else if (!strcmp(stringg, "buffalo")) return 402;
  4.     else if (!strcmp(stringg, "linerunner")) return 403;
  5.     else if (!strcmp(stringg, "perenniel")) return 404;
  6.     else if (!strcmp(stringg, "sentinel")) return 405;
  7.     else if (!strcmp(stringg, "dumper")) return 406;
  8.     else if (!strcmp(stringg, "firetruck")) return 407;
  9.     else if (!strcmp(stringg, "trashmaster")) return 408;
  10.     else if (!strcmp(stringg, "stretch")) return 409;
  11.     else if (!strcmp(stringg, "manana")) return 410;
  12.     else if (!strcmp(stringg, "infernus")) return 411;
  13.     else if (!strcmp(stringg, "voodoo")) return 412;
  14.     else if (!strcmp(stringg, "pony")) return 413;
  15.     else if (!strcmp(stringg, "mule")) return 414;
  16.     else if (!strcmp(stringg, "cheetah")) return 415;
  17.     else if (!strcmp(stringg, "ambulance")) return 416;
  18.     else if (!strcmp(stringg, "leviathan")) return 417;
  19.     else if (!strcmp(stringg, "moonbeam")) return 418;
  20.     else if (!strcmp(stringg, "esperanto")) return 419;
  21.     else if (!strcmp(stringg, "taxi")) return 420;
  22.     else if (!strcmp(stringg, "washington")) return 421;
  23.     else if (!strcmp(stringg, "bobcat")) return 422;
  24.     else if (!strcmp(stringg, "whoopee")) return 423;
  25.     else if (!strcmp(stringg, "injection")) return 424;
  26.     else if (!strcmp(stringg, "hunter")) return 425;
  27.     else if (!strcmp(stringg, "premier")) return 426;
  28.     else if (!strcmp(stringg, "enforcer")) return 427;
  29.     else if (!strcmp(stringg, "securicar")) return 428;
  30.     else if (!strcmp(stringg, "banshee")) return 429;
  31.     else if (!strcmp(stringg, "predator")) return 430;
  32.     else if (!strcmp(stringg, "bus")) return 431;
  33.     else if (!strcmp(stringg, "rhino")) return 432;
  34.     else if (!strcmp(stringg, "barracks")) return 433;
  35.     else if (!strcmp(stringg, "hotknife")) return 434;
  36.     else if (!strcmp(stringg, "atrailer")) return 435;
  37.     else if (!strcmp(stringg, "previon")) return 436;
  38.     else if (!strcmp(stringg, "coach")) return 437;
  39.     else if (!strcmp(stringg, "cabbie")) return 438;
  40.     else if (!strcmp(stringg, "stallion")) return 439;
  41.     else if (!strcmp(stringg, "rumpo")) return 440;
  42.     else if (!strcmp(stringg, "bandit")) return 441;
  43.     else if (!strcmp(stringg, "romero")) return 442;
  44.     else if (!strcmp(stringg, "packer")) return 443;
  45.     else if (!strcmp(stringg, "monster")) return 444;
  46.     else if (!strcmp(stringg, "admiral")) return 445;
  47.     else if (!strcmp(stringg, "squallo")) return 446;
  48.     else if (!strcmp(stringg, "seasparrow")) return 447;
  49.     else if (!strcmp(stringg, "pizzaboy")) return 448;
  50.     else if (!strcmp(stringg, "tram")) return 449;
  51.     else if (!strcmp(stringg, "trailer")) return 450;
  52.     else if (!strcmp(stringg, "turismo")) return 451;
  53.     else if (!strcmp(stringg, "speeder")) return 452;
  54.     else if (!strcmp(stringg, "reefer")) return 453;
  55.     else if (!strcmp(stringg, "tropic")) return 454;
  56.     else if (!strcmp(stringg, "flatbed")) return 455;
  57.     else if (!strcmp(stringg, "yankee")) return 456;
  58.     else if (!strcmp(stringg, "caddy")) return 457;
  59.     else if (!strcmp(stringg, "solair")) return 458;
  60.     else if (!strcmp(stringg, "berkley")) return 459;
  61.     else if (!strcmp(stringg, "skimmer")) return 460;
  62.     else if (!strcmp(stringg, "pcj600")) return 461;
  63.     else if (!strcmp(stringg, "faggio")) return 462;
  64.     else if (!strcmp(stringg, "freeway")) return 463;
  65.     else if (!strcmp(stringg, "baron")) return 464;
  66.     else if (!strcmp(stringg, "raider")) return 465;
  67.     else if (!strcmp(stringg, "glendale")) return 466;
  68.     else if (!strcmp(stringg, "oceanic")) return 467;
  69.     else if (!strcmp(stringg, "sanchez")) return 468;
  70.     else if (!strcmp(stringg, "sparrow")) return 469;
  71.     else if (!strcmp(stringg, "patriot")) return 470;
  72.     else if (!strcmp(stringg, "quad")) return 471;
  73.     else if (!strcmp(stringg, "coastguard")) return 472;
  74.     else if (!strcmp(stringg, "dinghy")) return 473;
  75.     else if (!strcmp(stringg, "hermes")) return 474;
  76.     else if (!strcmp(stringg, "sabre")) return 475;
  77.     else if (!strcmp(stringg, "rustler")) return 476;
  78.     else if (!strcmp(stringg, "zr350")) return 477;
  79.     else if (!strcmp(stringg, "walton")) return 478;
  80.     else if (!strcmp(stringg, "regina")) return 479;
  81.     else if (!strcmp(stringg, "comet")) return 480;
  82.     else if (!strcmp(stringg, "bmx")) return 481;
  83.     else if (!strcmp(stringg, "burrito")) return 482;
  84.     else if (!strcmp(stringg, "camper")) return 483;
  85.     else if (!strcmp(stringg, "marquis")) return 484;
  86.     else if (!strcmp(stringg, "baggage")) return 485;
  87.     else if (!strcmp(stringg, "dozer")) return 486;
  88.     else if (!strcmp(stringg, "maverick")) return 487;
  89.     else if (!strcmp(stringg, "sanmaverick")) return 488;
  90.     else if (!strcmp(stringg, "rancher")) return 489;
  91.     else if (!strcmp(stringg, "fbirancher")) return 490;
  92.     else if (!strcmp(stringg, "virgo")) return 491;
  93.     else if (!strcmp(stringg, "greenwood")) return 492;
  94.     else if (!strcmp(stringg, "jetmax")) return 493;
  95.     else if (!strcmp(stringg, "hotringRacer")) return 494;
  96.     else if (!strcmp(stringg, "sandking")) return 495;
  97.     else if (!strcmp(stringg, "blista")) return 496;
  98.     else if (!strcmp(stringg, "maverick")) return 497;
  99.     else if (!strcmp(stringg, "boxville")) return 498;
  100.     else if (!strcmp(stringg, "benson")) return 499;
  101.     else if (!strcmp(stringg, "mesa")) return 500;
  102.     else if (!strcmp(stringg, "goblin")) return 501;
  103.     else if (!strcmp(stringg, "racer")) return 502;
  104.     else if (!strcmp(stringg, "racer1")) return 503;
  105.     else if (!strcmp(stringg, "banger")) return 504;
  106.     else if (!strcmp(stringg, "rancher")) return 505;
  107.     else if (!strcmp(stringg, "supergt")) return 506;
  108.     else if (!strcmp(stringg, "elegant")) return 507;
  109.     else if (!strcmp(stringg, "journey")) return 508;
  110.     else if (!strcmp(stringg, "bike")) return 509;
  111.     else if (!strcmp(stringg, "mountainbike")) return 510;
  112.     else if (!strcmp(stringg, "beagle")) return 511;
  113.     else if (!strcmp(stringg, "cropduster")) return 512;
  114.     else if (!strcmp(stringg, "stuntplane")) return 513;
  115.     else if (!strcmp(stringg, "tanker")) return 514;
  116.     else if (!strcmp(stringg, "roadtrain")) return 515;
  117.     else if (!strcmp(stringg, "nebula")) return 516;
  118.     else if (!strcmp(stringg, "majestic")) return 517;
  119.     else if (!strcmp(stringg, "buccaneer")) return 518;
  120.     else if (!strcmp(stringg, "shamal")) return 519;
  121.     else if (!strcmp(stringg, "hydra")) return 520;
  122.     else if (!strcmp(stringg, "fcr")) return 521;
  123.     else if (!strcmp(stringg, "nrg")) return 522;
  124.     else if (!strcmp(stringg, "hpv")) return 523;
  125.     else if (!strcmp(stringg, "cementtruck")) return 524;
  126.     else if (!strcmp(stringg, "tow")) return 525;
  127.     else if (!strcmp(stringg, "fortune")) return 526;
  128.     else if (!strcmp(stringg, "cadrona")) return 527;
  129.     else if (!strcmp(stringg, "fbitruck")) return 528;
  130.     else if (!strcmp(stringg, "willard")) return 529;
  131.     else if (!strcmp(stringg, "forklift")) return 530;
  132.     else if (!strcmp(stringg, "tractor")) return 531;
  133.     else if (!strcmp(stringg, "harvester")) return 532;
  134.     else if (!strcmp(stringg, "feltzer")) return 533;
  135.     else if (!strcmp(stringg, "remington")) return 534;
  136.     else if (!strcmp(stringg, "slamvan")) return 535;
  137.     else if (!strcmp(stringg, "blade")) return 536;
  138.     else if (!strcmp(stringg, "freight")) return 537;
  139.     else if (!strcmp(stringg, "brownstreak")) return 538;
  140.     else if (!strcmp(stringg, "vortex")) return 539;
  141.     else if (!strcmp(stringg, "vincent")) return 540;
  142.     else if (!strcmp(stringg, "bullet")) return 541;
  143.     else if (!strcmp(stringg, "clover")) return 542;
  144.     else if (!strcmp(stringg, "sadler")) return 543;
  145.     else if (!strcmp(stringg, "firetruckla")) return 544;
  146.     else if (!strcmp(stringg, "hustler")) return 545;
  147.     else if (!strcmp(stringg, "intruder")) return 546;
  148.     else if (!strcmp(stringg, "primo")) return 547;
  149.     else if (!strcmp(stringg, "cargobob")) return 548;
  150.     else if (!strcmp(stringg, "tampa")) return 549;
  151.     else if (!strcmp(stringg, "sunrise")) return 550;
  152.     else if (!strcmp(stringg, "merit")) return 551;
  153.     else if (!strcmp(stringg, "utilityvan")) return 552;
  154.     else if (!strcmp(stringg, "nevada")) return 553;
  155.     else if (!strcmp(stringg, "yosemite")) return 554;
  156.     else if (!strcmp(stringg, "windsor")) return 555;
  157.     else if (!strcmp(stringg, "monstera")) return 556;
  158.     else if (!strcmp(stringg, "monsterb")) return 557;
  159.     else if (!strcmp(stringg, "uranus")) return 558;
  160.     else if (!strcmp(stringg, "jester")) return 559;
  161.     else if (!strcmp(stringg, "sultan")) return 560;
  162.     else if (!strcmp(stringg, "stratum")) return 561;
  163.     else if (!strcmp(stringg, "elegy")) return 562;
  164.     else if (!strcmp(stringg, "raindance")) return 563;
  165.     else if (!strcmp(stringg, "tiger")) return 564;
  166.     else if (!strcmp(stringg, "flash")) return 565;
  167.     else if (!strcmp(stringg, "tahoma")) return 566;
  168.     else if (!strcmp(stringg, "savanna")) return 567;
  169.     else if (!strcmp(stringg, "bandito")) return 568;
  170.     else if (!strcmp(stringg, "trainfleight")) return 569;
  171.     else if (!strcmp(stringg, "trainstreak")) return 570;
  172.     else if (!strcmp(stringg, "kart")) return 571;
  173.     else if (!strcmp(stringg, "mower")) return 572;
  174.     else if (!strcmp(stringg, "dune")) return 573;
  175.     else if (!strcmp(stringg, "sweeper")) return 574;
  176.     else if (!strcmp(stringg, "broadway")) return 575;
  177.     else if (!strcmp(stringg, "tornado")) return 576;
  178.     else if (!strcmp(stringg, "at400")) return 577;
  179.     else if (!strcmp(stringg, "dft30")) return 578;
  180.     else if (!strcmp(stringg, "huntley")) return 579;
  181.     else if (!strcmp(stringg, "stafford")) return 580;
  182.     else if (!strcmp(stringg, "bf400")) return 581;
  183.     else if (!strcmp(stringg, "newsvan")) return 582;
  184.     else if (!strcmp(stringg, "tug")) return 583;
  185.     else if (!strcmp(stringg, "petrol")) return 584;
  186.     else if (!strcmp(stringg, "emperor")) return 585;
  187.     else if (!strcmp(stringg, "wayfarer")) return 586;
  188.     else if (!strcmp(stringg, "euros")) return 587;
  189.     else if (!strcmp(stringg, "hotdog")) return 588;
  190.     else if (!strcmp(stringg, "club")) return 589;
  191.     else if (!strcmp(stringg, "freighttrailer")) return 590;
  192.     else if (!strcmp(stringg, "articletrailer")) return 591;
  193.     else if (!strcmp(stringg, "andromada")) return 592;
  194.     else if (!strcmp(stringg, "dodo")) return 593;
  195.     else if (!strcmp(stringg, "rccam")) return 594;
  196.     else if (!strcmp(stringg, "launch")) return 595;
  197.     else if (!strcmp(stringg, "lspd")) return 596;
  198.     else if (!strcmp(stringg, "sfpd")) return 597;
  199.     else if (!strcmp(stringg, "lvpd")) return 598;
  200.     else if (!strcmp(stringg, "pranger")) return 599;
  201.     else if (!strcmp(stringg, "picador")) return 600;
  202.     else if (!strcmp(stringg, "swat")) return 601;
  203.     else if (!strcmp(stringg, "alpha")) return 602;
  204.     else if (!strcmp(stringg, "phoenix")) return 603;
  205.     else if (!strcmp(stringg, "glendale")) return 604;
  206.     else if (!strcmp(stringg, "sadler")) return 605;
  207.     else if (!strcmp(stringg, "baggagea")) return 606;
  208.     else if (!strcmp(stringg, "baggageb")) return 607;
  209.     else if (!strcmp(stringg, "tugstairstrailer")) return 608;
  210.     else if (!strcmp(stringg, "boxville")) return 609;
  211.     else if (!strcmp(stringg, "farmtrailer")) return 610;
  212.     else if (!strcmp(stringg, "utility")) return 611;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement