Hi, i used to play a long time ago, ano now i decided to get back, as mta has changed sin then, my scripts are not working anymore, so i decided to start again, i made this script
function sv(thePlayer, command, vehicleModel)
local x,y,z = getElementPosition(thePlayer)
local createdVehicle = createVehicle(tonumber(vehicleModel),x,y,z)
warpPedIntoVehicle(thePlayer,createdVehicle)
end
addCommandHandler("sv",sv)
but when i try tu run it sends me an error saying that createVehicle has a bad argument, because the first argument is expected to be a number, can you help me plz?