SA-MP Forums Archive
Vehicle Names by TokyoDrift - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: Vehicle Names by TokyoDrift (/showthread.php?tid=60825)



Vehicle Names by TokyoDrift - TokyoDrift - 07.01.2009

Type.
FilterScript

Information.
When you enter a car, you get the car name.
Every car has a name.
My 2є filterscript.

Script Download Links.
http://pastebin.com/f3fab9525 = Pastebin
http://www.sendspace.com/file/qxl05l = SendSpace


Re: Vehicle Names by TokyoDrift - hamptonin - 07.01.2009

Good easy but good for beginners


Re: Vehicle Names by TokyoDrift - Willie498 - 31.05.2009

Just what needed, Much appriciated


Re: Vehicle Names by TokyoDrift - steven_italy - 14.06.2009

How can i set the Textdraw as the default San Andreas Texdraw that dysplay vehicle name? (the green textdraw )


Re: Vehicle Names by TokyoDrift - mini-d - 14.06.2009

Code:
#include <a_samp> new VehicleName[][] = { "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 Truck", "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", "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 Truck", "Monster Truck", "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", "Luggage Trailer", "Stair Trailer", "Boxville", "Farm Plow", "Utility Trailer" }; public OnFilterScriptInit() { print("-----------------------------------------"); print("Vehicle Names by TokyoDrift"); print("-----------------------------------------"); return 1; } public OnPlayerStateChange(playerid, newstate, oldstate) { new string[256]; if(newstate == PLAYER_STATE_DRIVER) { new newcar = GetPlayerVehicleID(playerid); format(string, sizeof(string), "%s",VehicleName[GetVehicleModel(newcar)-400]); GameTextForPlayer(playerid,string,2500,1); } return 1; }
Indentation Fixed


Re: Vehicle Names by TokyoDrift - ryguy10568 - 14.06.2009

Really nice post man! I\'m gunna use it. but how do you add it? Its a text file. PM me back please someone!


Re: Vehicle Names by TokyoDrift - Thanatos1992 - 15.06.2009

works great

@ryguy10568
just place the txt. file into filterscript and than open PAWNO and open the txt. file and just compile and play

sorry for my bad english