local rancher1 = createVehicle ( 490, 2215.8991699219, -3134.2083007813, 6.1535439491272 )
setElementRotation ( rancher1, 0, 0, 85 )
setVehicleDamageProof ( rancher1, true
)
addEventHandler ( "onVehicleStartEnter",rancher1,
function ( thePlayer )
local name = getAccountName ( getPlayerAccount ( thePlayer ) )
if ( name ~= 'Addeboyy' ) then
cancelEvent ( )
outputChatBox ( "You cannot use this vehicle as it belongs to [sALA]Adde!", thePlayer, 255, 0, 0 )
end
end,false
)
Try it.