policeVehicles = { [420]=true,[561]=true }
policeSkins = { [72]=true,[56]=true }
function enterVehicle ( player, seat, jacked )
if seat == 0 then
if ( policeVehicles[getElementModel(source)] ) and ( not policeSkins[getElementModel(player)] ) then
cancelEvent()
outputChatBox ( "Nie jeste? pracownikiem San Andreas Transport Service!", player )
end
end
end
addEventHandler ( "onVehicleStartEnter", getRootElement(), enterVehicle )