SA-MP Forums Archive
What will this be ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What will this be ? (/showthread.php?tid=156295)



What will this be ? - Hash [NL-RP] - 21.06.2010

format(string, sizeof(string), "* %s engine starts (( %s )).",vehiclename, sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE);

What is the code to show the Vehicles name ?
as you can see where it says vehicle name, Please help me out


Re: What will this be ? - titanak - 21.06.2010

// Top of script

pawn Код:
new VehicleNames[212][] = {
  "Landstalker", "Bravura", "Buffalo", "Linerunner", "Perennial", "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", "ZR-350", "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 Plane",
  "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 Truck", "Nevada", "Yosemite", "Windsor", "Monster",
  "Monster","Uranus","Jester","Sultan","Stratum","Elegy","Raindance","RCTiger",
  "Flash","Tahoma","Savanna", "Bandito", "Freight", "Trailer", "Kart", "Mower",
  "Dune", "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","Luggage Trailer","Stair Trailer", "Boxville", "Farm Plow",
  "Utility Trailer"
};
pawn Код:
format(string, sizeof(string), "* %s engine starts (( %s )).",VehicleNames[GetVehicleModel(vehicleid) - 400], sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
maybe this helps?


Re: What will this be ? - (.Aztec); - 22.06.2010

Quote:
Originally Posted by » Titan «
// Top of script

pawn Код:
new VehicleNames[212][] = {
 "Landstalker", "Bravura", "Buffalo", "Linerunner", "Perennial", "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", "ZR-350", "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 Plane",
 "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 Truck", "Nevada", "Yosemite", "Windsor", "Monster",
 "Monster","Uranus","Jester","Sultan","Stratum","Elegy","Raindance","RCTiger",
 "Flash","Tahoma","Savanna", "Bandito", "Freight", "Trailer", "Kart", "Mower",
 "Dune", "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","Luggage Trailer","Stair Trailer", "Boxville", "Farm Plow",
 "Utility Trailer"
};
maybe this helps?
Actually, you helped me out a bit with that too; Shortened my script by a good 30 lines. :P

Thank ya!


Re: What will this be ? - Hash [NL-RP] - 22.06.2010

Quote:
Originally Posted by » Titan «
// Top of script

pawn Код:
new VehicleNames[212][] = {
 "Landstalker", "Bravura", "Buffalo", "Linerunner", "Perennial", "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", "ZR-350", "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 Plane",
 "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 Truck", "Nevada", "Yosemite", "Windsor", "Monster",
 "Monster","Uranus","Jester","Sultan","Stratum","Elegy","Raindance","RCTiger",
 "Flash","Tahoma","Savanna", "Bandito", "Freight", "Trailer", "Kart", "Mower",
 "Dune", "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","Luggage Trailer","Stair Trailer", "Boxville", "Farm Plow",
 "Utility Trailer"
};
pawn Код:
format(string, sizeof(string), "* %s engine starts (( %s )).",VehicleNames[GetVehicleModel(vehicleid) - 400], sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
maybe this helps?
Had to tweak it a bit, but it worked thanks


Re: What will this be ? - Hiddos - 22.06.2010

Quote:
Originally Posted by Sky4D
Actually, you helped me out a bit with that too; Shortened my script by a good 30 lines. :P

Thank ya!
You could of course put everything behind each other on one line ^^.