function cars(thePlayer)
x,y,z=getElementPosition(thePlayer)
veh=createVehicle(411,x,y,z)
warpPedIntoVehicle(thePlayer,veh)
setVehicleDamageProof(veh,true)
end
addCommandHandler("carplease",cars)
here if you type in /carplease you'll get bullet proof car! i think it's inferno but i'm not sure!