local jobMarker = createMarker(1808.1796875, -1916.625, 12.56644821167, "cylinder", 2, 0, 255, 255, 100 )
function jobMarkerHit(p,d)
if getElementType(p) == "player" and not isPedInVehicle(p) and d then
local v = createVehicle(431, 1798.38171, -1929.55750, 13.38790)
spawnPlayer(p, 1798, -1929, 13)
if v then
setTimer(warpPedIntoVehicle, 50, 1, p, v)
setPlayerTeam ( p, Bus)
end
end
end
addCommandHandler("acceptjob", jobMarkerHit)
It's not working becouse you are a lazy to check if the code is right.. bad for you, scripter.