Why cant i see what cars i have
#10

Quote:
Originally Posted by Euan Hughes
Посмотреть сообщение
I have done that but it still dont work this is what i have

pawn Код:
new VehicleNamesNoID[213][] =
{
    "None",   "Landstalker",   "Bravura",   " Buffalo",   "Linerunner",   "Pereniel",   "Sentinel",   "Dumper",   "Firetruck",   "Trashmaster",   "Stretch",
    "Manana",   "Infernus",   " Voodoo",   "Pony",   "Mule",   "Cheetah",   "Ambulance",   "Leviathan",   "Moonbeam",   "Esperanto",   "Taxi",
    "Washington",   "Bobcat",   "Mr Whoopee",   "BF Injection",   "Hunter",   "Premier",   "Enforcer",   "Securicar",   "Banshee",   "Predator",
    "Bus",   "Rhino",   "Barracks",   "Hotknife",   "Trailer",   "Previon",   "Coach",   "Cabbie",   "Stallion",   "Rumpo",   "RC Bandit""Romero",
    "Packer",   "Monster",   "Admiral",   "Squalo",   "Seasparrow",   "Pizzaboy",   "Tram",   "Trailer",   "Turismo",   "Speeder",   "Reefer",   "Tropic",   "Flatbed",
    "Yankee",   "Caddy",   "Solair",   "Berkley's RC Van",   "Skimmer",   "PCJ-600",   "Faggio",   "Freeway",   "RC Baron",   "RC Raider",
    "Glendale",   "Oceanic",   "Sanchez",   "Sparrow",   "Patriot",   "Quad",   "Coastguard",   "Dinghy",   "Hermes",   "Sabre",   "Rustler",
    "ZR350",   "Walton",   "Regina",   "Comet",   "BMX",   "Burrito",   "Camper",   "Marquis",   "Baggage",   "Dozer",   "Maverick",   "News Chopper",
    "Rancher",   "FBI Rancher",   "Virgo",   "Greenwood",   "Jetmax",   "Hotring",   "Sandking",   "Blista Compact",   "Police Maverick",
    "Boxville",   "Benson",   "Mesa",   "RC Goblin",   "Hotring Racer",   "Hotring Racer",   "Bloodring Banger",   "Rancher",   "Super GT",
    "Elegant",   "Journey",   "Bike",   "Mountain Bike",   "Beagle",   "Cropdust",   "Stunt",   "Tanker",   "RoadTrain",   "Nebula",   "Majestic",
    "Buccaneer",   "Shamal",   "Hydra",   "FCR-900",   "NRG-500",   "HPV1000",   "Cement Truck",   "Tow Truck",   "Fortune",   "Cadrona",   "FBI Truck",
    "Willard",   "Forklift",   "Tractor",   "Combine",   "Feltzer",   "Remington",   "Slamvan",   "Blade",   "Freight",   "Streak",   "Vortex",   "Vincent",
    "Bullet",   "Clover",   "Sadler",   "Firetruck",   "Hustler",   "Intruder",   "Primo",   "Cargobob",   "Tampa",   "Sunrise",   "Merit",   "Utility",
    "Nevada",   "Yosemite",   "Windsor",   "Monster",   "Monster",   "Uranus",   "Jester",   "Sultan",   "Stratum",   "Elegy",   "Raindance",   "RC Tiger",
    "Flash",   "Tahoma",   "Savanna",   " Bandito",   "Freight",   "Trailer",   "Kart",   "Mower",   "Duneride",   "Sweeper",   "Broadway",
    "Tornado",   "AT-400",   "DFT-30",   "Huntley",   "Stafford",   "BF-400",   "Newsvan",   "Tug",   "Trailer",   "Emperor",   "Wayfarer",
    "Euros",   "Hotdog",   "Club",   "Trailer",   "Trailer",   "Andromada",   "Dodo",   "RC Cam",   "Launch",   "Police Car (LSPD)",   "Police Car (SFPD)",
    "Police Car (LVPD)",   "Police Ranger",   "Picador",   "S.W.A.T. Van",   "Alpha",   "Phoenix",   "Glendale",   "Sadler",   "Luggage Trailer A",
    "Luggage Trailer B",   "Stair Trailer",   "Boxville",   "Farm Plow",   "Utility Trailer"
};
pawn Код:
format(string, sizeof(string), "Vehicle 1: %s | Vehicle 2: %s | Vehicle 3: %s | Vehicle 4: %s | Vehicle 5: %s", VehicleNamesNoID[Player[id][PlayerCarModel]-399], VehicleNamesNoID[Player[id][PlayerCarModel2]-399], VehicleNamesNoID[Player[id][PlayerCarModel3]-399], VehicleNamesNoID[Player[id][PlayerCarModel4]-399], VehicleNamesNoID[Player[id][PlayerCarModel5]-399]);
            SendClientMessage(playerid, WHITE, string);
Please help

Thanks
Код:
VehicleNamesNoID[Player[id][PlayerCarModel]-399]
Should be
Код:
VehicleNamesNoID[Player[id][PlayerCarModel]-399
Same goes for the other 4 arguments
Reply


Messages In This Thread
Why cant i see what cars i have - by Euan Hughes - 14.07.2012, 14:26
Re: Why cant i see what cars i have - by SomebodyAndMe - 14.07.2012, 14:50
Re: Why cant i see what cars i have - by Euan Hughes - 14.07.2012, 15:08
Re: Why cant i see what cars i have - by clarencecuzz - 14.07.2012, 15:15
Re: Why cant i see what cars i have - by Euan Hughes - 14.07.2012, 15:33
Re: Why cant i see what cars i have - by Euan Hughes - 14.07.2012, 15:38
Re: Why cant i see what cars i have - by dowster - 14.07.2012, 16:31
Re: Why cant i see what cars i have - by SuperViper - 14.07.2012, 16:34
Re: Why cant i see what cars i have - by Euan Hughes - 14.07.2012, 16:51
Re: Why cant i see what cars i have - by dowster - 14.07.2012, 18:04

Forum Jump:


Users browsing this thread: 2 Guest(s)