function un()
setCameraMatrix(1878.1589355469, -2629.5012207031, 14.546875, 10000, 0, 0)
car = createVehicle(400, 1888.7169189453,-2622.5610351563,16.03125038147)
ob = createObject(13646, 1888.7169189453, -2622.5610351563, 12.63125038147)
op = createObject(14783, 1888.80005, -2624.3999, 16.6)
setObjectScale ( op, 2)
setObjectScale ( ob, 2)
showChat(false)
showCursor(true)
end
un ( )
addEventHandler ( 'onClientGUIClick',carGridList ,
function ( )
if guiGridListGetSelectedItem ( source ) ~= -1 then
if car and isElement ( car ) then
local id = guiGridListGetItemText ( source,guiGridListGetSelectedItem ( source ),1 )
setElementModel ( car,getVehicleModelFromName ( id ) )
end
end
end,false
)