Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define FILTERSCRIPT
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Car Enter Names by dafuq");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- #else
- #endif
- public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
- {
- new model = GetVehicleModel( vehicleid );
- if (model == 400)
- {
- GameTextForPlayer(playerid,"~g~Landstalker",3000,1);
- }
- if (model == 401)
- {
- GameTextForPlayer(playerid,"~g~Bravura",3000,1);
- }
- if (model == 402)
- {
- GameTextForPlayer(playerid,"~g~Buffalo",3000,1);
- }
- if (model == 403)
- {
- GameTextForPlayer(playerid,"~g~Linerunner",3000,1);
- }
- if (model == 404)
- {
- GameTextForPlayer(playerid,"~g~Perenniel",3000,1);
- }
- if (model == 405)
- {
- GameTextForPlayer(playerid,"~g~Sentinel",3000,1);
- }
- if (model == 406)
- {
- GameTextForPlayer(playerid,"~g~Dumper",3000,1);
- }
- if (model == 407)
- {
- GameTextForPlayer(playerid,"~g~Firetruck",3000,1);
- }
- if (model == 408)
- {
- GameTextForPlayer(playerid,"~g~Trashmaster",3000,1);
- }
- if (model == 409)
- {
- GameTextForPlayer(playerid,"~g~Stretch",3000,1);
- }
- if (model == 410)
- {
- GameTextForPlayer(playerid,"~g~Manana",3000,1);
- }
- if (model == 411)
- {
- GameTextForPlayer(playerid,"~g~Infernus",3000,1);
- }
- if (model == 412)
- {
- GameTextForPlayer(playerid,"~g~Voodoo",3000,1);
- }
- if (model == 413)
- {
- GameTextForPlayer(playerid,"~g~Pony",3000,1);
- }
- if (model == 414)
- {
- GameTextForPlayer(playerid,"~g~Mule",3000,1);
- }
- if (model == 415)
- {
- GameTextForPlayer(playerid,"~g~Cheetah",3000,1);
- }
- if (model == 416)
- {
- GameTextForPlayer(playerid,"~g~Ambulance",3000,1);
- }
- if (model == 417)
- {
- GameTextForPlayer(playerid,"~g~Leviathan",3000,1);
- }
- if (model == 418)
- {
- GameTextForPlayer(playerid,"~g~Moonbeam",3000,1);
- }
- if (model == 419)
- {
- GameTextForPlayer(playerid,"~g~Esperanto",3000,1);
- }
- if (model == 420)
- {
- GameTextForPlayer(playerid,"~g~Taxi",3000,1);
- }
- if (model == 421)
- {
- GameTextForPlayer(playerid,"~g~Washington",3000,1);
- }
- if (model == 422)
- {
- GameTextForPlayer(playerid,"~g~Bobcat",3000,1);
- }
- if (model == 423)
- {
- GameTextForPlayer(playerid,"~g~Mr Whoopee",3000,1);
- }
- if (model == 424)
- {
- GameTextForPlayer(playerid,"~g~BF Injection",3000,1);
- }
- if (model == 425)
- {
- GameTextForPlayer(playerid,"~g~Hunter",3000,1);
- }
- if (model == 426)
- {
- GameTextForPlayer(playerid,"~g~Premier",3000,1);
- }
- if (model == 427)
- {
- GameTextForPlayer(playerid,"~g~Enforcer",3000,1);
- }
- if (model == 428)
- {
- GameTextForPlayer(playerid,"~g~Securicar",3000,1);
- }
- if (model == 429)
- {
- GameTextForPlayer(playerid,"~g~Banshee",3000,1);
- }
- if (model == 430)
- {
- GameTextForPlayer(playerid,"~g~Predator",3000,1);
- }
- if (model == 431)
- {
- GameTextForPlayer(playerid,"~g~Bus",3000,1);
- }
- if (model == 432)
- {
- GameTextForPlayer(playerid,"~g~Rhino",3000,1);
- }
- if (model == 433)
- {
- GameTextForPlayer(playerid,"~g~Barracks",3000,1);
- }
- if (model == 434)
- {
- GameTextForPlayer(playerid,"~g~Hotknife",3000,1);
- }
- if (model == 435)
- {
- GameTextForPlayer(playerid,"~g~Article Trailer",3000,1);
- }
- if (model == 436)
- {
- GameTextForPlayer(playerid,"~g~Previon",3000,1);
- }
- if (model == 437)
- {
- GameTextForPlayer(playerid,"~g~Coach",3000,1);
- }
- if (model == 438)
- {
- GameTextForPlayer(playerid,"~g~Cabbie",3000,1);
- }
- if (model == 439)
- {
- GameTextForPlayer(playerid,"~g~Stallion",3000,1);
- }
- if (model == 440)
- {
- GameTextForPlayer(playerid,"~g~Rumpo",3000,1);
- }
- if (model == 441)
- {
- GameTextForPlayer(playerid,"~g~RC Bandit",3000,1);
- }
- if (model == 442)
- {
- GameTextForPlayer(playerid,"~g~Romero",3000,1);
- }
- if (model == 443)
- {
- GameTextForPlayer(playerid,"~g~Packer",3000,1);
- }
- if (model == 444)
- {
- GameTextForPlayer(playerid,"~g~Monster",3000,1);
- }
- if (model == 445)
- {
- GameTextForPlayer(playerid,"~g~Admiral",3000,1);
- }
- if (model == 446)
- {
- GameTextForPlayer(playerid,"~g~Squallo",3000,1);
- }
- if (model == 447)
- {
- GameTextForPlayer(playerid,"~g~Seasparrow",3000,1);
- }
- if (model == 448)
- {
- GameTextForPlayer(playerid,"~g~Pizzaboy",3000,1);
- }
- if (model == 449)
- {
- GameTextForPlayer(playerid,"~g~Tram",3000,1);
- }
- if (model == 450)
- {
- GameTextForPlayer(playerid,"~g~Article Trailer 2",3000,1);
- }
- if (model == 451)
- {
- GameTextForPlayer(playerid,"~g~Turismo",3000,1);
- }
- if (model == 452)
- {
- GameTextForPlayer(playerid,"~g~Speeder",3000,1);
- }
- if (model == 453)
- {
- GameTextForPlayer(playerid,"~g~Reefer",3000,1);
- }
- if (model == 454)
- {
- GameTextForPlayer(playerid,"~g~Tropic",3000,1);
- }
- if (model == 455)
- {
- GameTextForPlayer(playerid,"~g~Flatbed",3000,1);
- }
- if (model == 456)
- {
- GameTextForPlayer(playerid,"~g~Yankee",3000,1);
- }
- if (model == 457)
- {
- GameTextForPlayer(playerid,"~g~Caddy",3000,1);
- }
- if (model == 458)
- {
- GameTextForPlayer(playerid,"~g~Solair",3000,1);
- }
- if (model == 459)
- {
- GameTextForPlayer(playerid,"~g~Berkley's RC Van",3000,1);
- }
- if (model == 460)
- {
- GameTextForPlayer(playerid,"~g~Skimmer",3000,1);
- }
- if (model == 461)
- {
- GameTextForPlayer(playerid,"~g~PCJ-600",3000,1);
- }
- if (model == 462)
- {
- GameTextForPlayer(playerid,"~g~Faggio",3000,1);
- }
- if (model == 463)
- {
- GameTextForPlayer(playerid,"~g~Freeway",3000,1);
- }
- if (model == 464)
- {
- GameTextForPlayer(playerid,"~g~RC Baron",3000,1);
- }
- if (model == 465)
- {
- GameTextForPlayer(playerid,"~g~RC Raider",3000,1);
- }
- if (model == 466)
- {
- GameTextForPlayer(playerid,"~g~Glendale",3000,1);
- }
- if (model == 467)
- {
- GameTextForPlayer(playerid,"~g~Oceanic",3000,1);
- }
- if (model == 468)
- {
- GameTextForPlayer(playerid,"~g~Sanchez",3000,1);
- }
- if (model == 469)
- {
- GameTextForPlayer(playerid,"~g~Sparrow",3000,1);
- }
- if (model == 470)
- {
- GameTextForPlayer(playerid,"~g~Patriot",3000,1);
- }
- if (model == 471)
- {
- GameTextForPlayer(playerid,"~g~Quad",3000,1);
- }
- if (model == 472)
- {
- GameTextForPlayer(playerid,"~g~Coastguard",3000,1);
- }
- if (model == 473)
- {
- GameTextForPlayer(playerid,"~g~Dinghy",3000,1);
- }
- if (model == 474)
- {
- GameTextForPlayer(playerid,"~g~Hermes",3000,1);
- }
- if (model == 475)
- {
- GameTextForPlayer(playerid,"~g~Sabre",3000,1);
- }
- if (model == 476)
- {
- GameTextForPlayer(playerid,"~g~Rustler",3000,1);
- }
- if (model == 477)
- {
- GameTextForPlayer(playerid,"~g~ZR-350",3000,1);
- }
- if (model == 478)
- {
- GameTextForPlayer(playerid,"~g~Walton",3000,1);
- }
- if (model == 479)
- {
- GameTextForPlayer(playerid,"~g~Regina",3000,1);
- }
- if (model == 480)
- {
- GameTextForPlayer(playerid,"~g~Comet",3000,1);
- }
- if (model == 481)
- {
- GameTextForPlayer(playerid,"~g~BMX",3000,1);
- }
- if (model == 482)
- {
- GameTextForPlayer(playerid,"~g~Burrito",3000,1);
- }
- if (model == 483)
- {
- GameTextForPlayer(playerid,"~g~Camper",3000,1);
- }
- if (model == 484)
- {
- GameTextForPlayer(playerid,"~g~Marquis",3000,1);
- }
- if (model == 485)
- {
- GameTextForPlayer(playerid,"~g~Baggage",3000,1);
- }
- if (model == 486)
- {
- GameTextForPlayer(playerid,"~g~Dozer",3000,1);
- }
- if (model == 487)
- {
- GameTextForPlayer(playerid,"~g~Maverick",3000,1);
- }
- if (model == 488)
- {
- GameTextForPlayer(playerid,"~g~SAN News Maverick",3000,1);
- }
- if (model == 489)
- {
- GameTextForPlayer(playerid,"~g~Rancher",3000,1);
- }
- if (model == 490)
- {
- GameTextForPlayer(playerid,"~g~FBI Rancher",3000,1);
- }
- if (model == 491)
- {
- GameTextForPlayer(playerid,"~g~Virgo",3000,1);
- }
- if (model == 492)
- {
- GameTextForPlayer(playerid,"~g~Greenwood",3000,1);
- }
- if (model == 493)
- {
- GameTextForPlayer(playerid,"~g~Jetmax",3000,1);
- }
- if (model == 494)
- {
- GameTextForPlayer(playerid,"~g~Hotring Racer",3000,1);
- }
- if (model == 495)
- {
- GameTextForPlayer(playerid,"~g~Sandking",3000,1);
- }
- if (model == 496)
- {
- GameTextForPlayer(playerid,"~g~Blista Compact",3000,1);
- }
- if (model == 497)
- {
- GameTextForPlayer(playerid,"~g~Police Maverick",3000,1);
- }
- if (model == 498)
- {
- GameTextForPlayer(playerid,"~g~Boxville",3000,1);
- }
- if (model == 499)
- {
- GameTextForPlayer(playerid,"~g~Benson",3000,1);
- }
- if (model == 500)
- {
- GameTextForPlayer(playerid,"~g~Mesa",3000,1);
- }
- if (model == 501)
- {
- GameTextForPlayer(playerid,"~g~RC Goblin",3000,1);
- }
- if (model == 502)
- {
- GameTextForPlayer(playerid,"~g~Hotring Racer",3000,1);
- }
- if (model == 503)
- {
- GameTextForPlayer(playerid,"~g~Hotring Racer",3000,1);
- }
- if (model == 504)
- {
- GameTextForPlayer(playerid,"~g~Bloodring Banger",3000,1);
- }
- if (model == 505)
- {
- GameTextForPlayer(playerid,"~g~Rancher",3000,1);
- }
- if (model == 506)
- {
- GameTextForPlayer(playerid,"~g~Super GT",3000,1);
- }
- if (model == 507)
- {
- GameTextForPlayer(playerid,"~g~Elegant",3000,1);
- }
- if (model == 508)
- {
- GameTextForPlayer(playerid,"~g~Journey",3000,1);
- }
- if (model == 509)
- {
- GameTextForPlayer(playerid,"~g~Bike",3000,1);
- }
- if (model == 510)
- {
- GameTextForPlayer(playerid,"~g~Mountain Bike",3000,1);
- }
- if (model == 511)
- {
- GameTextForPlayer(playerid,"~g~Beagle",3000,1);
- }
- if (model == 512)
- {
- GameTextForPlayer(playerid,"~g~Cropduster",3000,1);
- }
- if (model == 513)
- {
- GameTextForPlayer(playerid,"~g~Stuntplane",3000,1);
- }
- if (model == 514)
- {
- GameTextForPlayer(playerid,"~g~Tanker",3000,1);
- }
- if (model == 515)
- {
- GameTextForPlayer(playerid,"~g~Roadtrain",3000,1);
- }
- if (model == 516)
- {
- GameTextForPlayer(playerid,"~g~Nebula",3000,1);
- }
- if (model == 517)
- {
- GameTextForPlayer(playerid,"~g~Majestic",3000,1);
- }
- if (model == 518)
- {
- GameTextForPlayer(playerid,"~g~Buccaneer",3000,1);
- }
- if (model == 519)
- {
- GameTextForPlayer(playerid,"~g~Shamal",3000,1);
- }
- if (model == 520)
- {
- GameTextForPlayer(playerid,"~g~Hydra",3000,1);
- }
- if (model == 521)
- {
- GameTextForPlayer(playerid,"~g~FCR-900",3000,1);
- }
- if (model == 522)
- {
- GameTextForPlayer(playerid,"~g~NRG-500",3000,1);
- }
- if (model == 523)
- {
- GameTextForPlayer(playerid,"~g~HPV1000",3000,1);
- }
- if (model == 524)
- {
- GameTextForPlayer(playerid,"~g~Cement Truck",3000,1);
- }
- if (model == 525)
- {
- GameTextForPlayer(playerid,"~g~Towtruck",3000,1);
- }
- if (model == 526)
- {
- GameTextForPlayer(playerid,"~g~Fortune",3000,1);
- }
- if (model == 527)
- {
- GameTextForPlayer(playerid,"~g~Cadrona",3000,1);
- }
- if (model == 528)
- {
- GameTextForPlayer(playerid,"~g~FBI Truck",3000,1);
- }
- if (model == 529)
- {
- GameTextForPlayer(playerid,"~g~Willard",3000,1);
- }
- if (model == 530)
- {
- GameTextForPlayer(playerid,"~g~Forklift",3000,1);
- }
- if (model == 531)
- {
- GameTextForPlayer(playerid,"~g~Tractor",3000,1);
- }
- if (model == 532)
- {
- GameTextForPlayer(playerid,"~g~Combine Harvester",3000,1);
- }
- if (model == 533)
- {
- GameTextForPlayer(playerid,"~g~Feltzer",3000,1);
- }
- if (model == 534)
- {
- GameTextForPlayer(playerid,"~g~Remington",3000,1);
- }
- if (model == 535)
- {
- GameTextForPlayer(playerid,"~g~Slamvan",3000,1);
- }
- if (model == 536)
- {
- GameTextForPlayer(playerid,"~g~Blade",3000,1);
- }
- if (model == 537)
- {
- GameTextForPlayer(playerid,"~g~Freight (Train)",3000,1);
- }
- if (model == 538)
- {
- GameTextForPlayer(playerid,"~g~Brownstreak (Train)",3000,1);
- }
- if (model == 539)
- {
- GameTextForPlayer(playerid,"~g~Vortex",3000,1);
- }
- if (model == 540)
- {
- GameTextForPlayer(playerid,"~g~Vincent",3000,1);
- }
- if (model == 541)
- {
- GameTextForPlayer(playerid,"~g~Bullet",3000,1);
- }
- if (model == 542)
- {
- GameTextForPlayer(playerid,"~g~Clover",3000,1);
- }
- if (model == 543)
- {
- GameTextForPlayer(playerid,"~g~Sadler",3000,1);
- }
- if (model == 544)
- {
- GameTextForPlayer(playerid,"~g~Firetruck LA",3000,1);
- }
- if (model == 545)
- {
- GameTextForPlayer(playerid,"~g~Hustler",3000,1);
- }
- if (model == 546)
- {
- GameTextForPlayer(playerid,"~g~Intruder",3000,1);
- }
- if (model == 547)
- {
- GameTextForPlayer(playerid,"~g~Primo",3000,1);
- }
- if (model == 548)
- {
- GameTextForPlayer(playerid,"~g~Cargobob",3000,1);
- }
- if (model == 549)
- {
- GameTextForPlayer(playerid,"~g~Tampa",3000,1);
- }
- if (model == 550)
- {
- GameTextForPlayer(playerid,"~g~Sunrise",3000,1);
- }
- if (model == 551)
- {
- GameTextForPlayer(playerid,"~g~Merit",3000,1);
- }
- if (model == 552)
- {
- GameTextForPlayer(playerid,"~g~Utility Van",3000,1);
- }
- if (model == 553)
- {
- GameTextForPlayer(playerid,"~g~Nevada",3000,1);
- }
- if (model == 554)
- {
- GameTextForPlayer(playerid,"~g~Yosemite",3000,1);
- }
- if (model == 555)
- {
- GameTextForPlayer(playerid,"~g~Windsor",3000,1);
- }
- if (model == 556)
- {
- GameTextForPlayer(playerid,"~g~Monster A",3000,1);
- }
- if (model == 557)
- {
- GameTextForPlayer(playerid,"~g~Monster B",3000,1);
- }
- if (model == 558)
- {
- GameTextForPlayer(playerid,"~g~Uranus",3000,1);
- }
- if (model == 559)
- {
- GameTextForPlayer(playerid,"~g~Jester",3000,1);
- }
- if (model == 560)
- {
- GameTextForPlayer(playerid,"~g~Sultan",3000,1);
- }
- if (model == 561)
- {
- GameTextForPlayer(playerid,"~g~Stratum",3000,1);
- }
- if (model == 562)
- {
- GameTextForPlayer(playerid,"~g~Elegy",3000,1);
- }
- if (model == 563)
- {
- GameTextForPlayer(playerid,"~g~Raindance",3000,1);
- }
- if (model == 564)
- {
- GameTextForPlayer(playerid,"~g~RC Tiger",3000,1);
- }
- if (model == 565)
- {
- GameTextForPlayer(playerid,"~g~Flash",3000,1);
- }
- if (model == 566)
- {
- GameTextForPlayer(playerid,"~g~Tahoma",3000,1);
- }
- if (model == 567)
- {
- GameTextForPlayer(playerid,"~g~Savanna",3000,1);
- }
- if (model == 568)
- {
- GameTextForPlayer(playerid,"~g~Bandito",3000,1);
- }
- if (model == 569)
- {
- GameTextForPlayer(playerid,"~g~Freight Flat Trailer",3000,1);
- GameTextForPlayer(playerid,"~g~Freight Flat Trailer",3000,1);
- }
- if (model == 570)
- {
- GameTextForPlayer(playerid,"~g~Streak Trailer",3000,1);
- }
- if (model == 571)
- {
- GameTextForPlayer(playerid,"~g~Kart",3000,1);
- }
- if (model == 572)
- {
- GameTextForPlayer(playerid,"~g~Mower",3000,1);
- }
- if (model == 573)
- {
- GameTextForPlayer(playerid,"~g~Dune",3000,1);
- }
- if (model == 574)
- {
- GameTextForPlayer(playerid,"~g~Sweeper",3000,1);
- }
- if (model == 575)
- {
- GameTextForPlayer(playerid,"~g~Broadway",3000,1);
- }
- if (model == 576)
- {
- GameTextForPlayer(playerid,"~g~Tornado",3000,1);
- }
- if (model == 577)
- {
- GameTextForPlayer(playerid,"~g~AT400",3000,1);
- }
- if (model == 578)
- {
- GameTextForPlayer(playerid,"~g~DFT-30",3000,1);
- }
- if (model == 579)
- {
- GameTextForPlayer(playerid,"~g~Huntley",3000,1);
- }
- if (model == 580)
- {
- GameTextForPlayer(playerid,"~g~Stafford",3000,1);
- }
- if (model == 581)
- {
- GameTextForPlayer(playerid,"~g~BF-400",3000,1);
- }
- if (model == 582)
- {
- GameTextForPlayer(playerid,"~g~Newsvan",3000,1);
- }
- if (model == 583)
- {
- GameTextForPlayer(playerid,"~g~Tug",3000,1);
- }
- if (model == 584)
- {
- GameTextForPlayer(playerid,"~g~Petrol Trailer",3000,1);
- }
- if (model == 585)
- {
- GameTextForPlayer(playerid,"~g~Emperor",3000,1);
- }
- if (model == 586)
- {
- GameTextForPlayer(playerid,"~g~Wayfarer",3000,1);
- }
- if (model == 587)
- {
- GameTextForPlayer(playerid,"~g~Euros",3000,1);
- }
- if (model == 588)
- {
- GameTextForPlayer(playerid,"~g~Hotdog",3000,1);
- }
- if (model == 589)
- {
- GameTextForPlayer(playerid,"~g~Club",3000,1);
- }
- if (model == 590)
- {
- GameTextForPlayer(playerid,"~g~Freight Box Trailer (Train)",3000,1);
- }
- if (model == 591)
- {
- GameTextForPlayer(playerid,"~g~Article Trailer 3",3000,1);
- }
- if (model == 592)
- {
- GameTextForPlayer(playerid,"~g~Andromada",3000,1);
- }
- if (model == 593)
- {
- GameTextForPlayer(playerid,"~g~Dodo",3000,1);
- }
- if (model == 594)
- {
- GameTextForPlayer(playerid,"~g~RC Cam",3000,1);
- }
- if (model == 595)
- {
- GameTextForPlayer(playerid,"~g~Launch",3000,1);
- }
- if (model == 596)
- {
- GameTextForPlayer(playerid,"~g~Police Car (LSPD)",3000,1);
- }
- if (model == 597)
- {
- GameTextForPlayer(playerid,"~g~Police Car (SFPD)",3000,1);
- }
- if (model == 598)
- {
- GameTextForPlayer(playerid,"~g~Police Car (LVPD)",3000,1);
- }
- if (model == 599)
- {
- GameTextForPlayer(playerid,"~g~Police Ranger",3000,1);
- }
- if (model == 600)
- {
- GameTextForPlayer(playerid,"~g~Picador",3000,1);
- }
- if (model == 601)
- {
- GameTextForPlayer(playerid,"~g~S.W.A.T Truck",3000,1);
- }
- if (model == 602)
- {
- GameTextForPlayer(playerid,"~g~Alpha",3000,1);
- }
- if (model == 603)
- {
- GameTextForPlayer(playerid,"~g~Phoenix",3000,1);
- }
- if (model == 604)
- {
- GameTextForPlayer(playerid,"~g~Glendale",3000,1);
- }
- if (model == 605)
- {
- GameTextForPlayer(playerid,"~g~Sadler",3000,1);
- }
- if (model == 606)
- {
- GameTextForPlayer(playerid,"~g~Baggage Trailer A",3000,1);
- }
- if (model == 607)
- {
- GameTextForPlayer(playerid,"~g~Baggage Trailer B",3000,1);
- }
- if (model == 608)
- {
- GameTextForPlayer(playerid,"~g~Tug Stairs Trailer",3000,1);
- }
- if (model == 609)
- {
- GameTextForPlayer(playerid,"~g~Boxville",3000,1);
- }
- if (model == 610)
- {
- GameTextForPlayer(playerid,"~g~Farm Trailer",3000,1);
- }
- if (model == 611)
- {
- GameTextForPlayer(playerid,"~g~Utility Trailer",3000,1);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement