Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local res, ped = sampGetCharHandleByPlayerId(playerId)
if res then
local carHandle = storeCarCharIsInNoSave(ped)
if carHandle then
local res, vehId = sampGetVehicleIdByCarHandle(carHandle)
if res then
print(vehId)
end
end
end
local res, ped = sampGetCharHandleByPlayerId(playerId)
if res then
local carHandle = storeCarCharIsInNoSave(ped)
if carHandle then
local res, vehId = sampGetVehicleIdByCarHandle(carHandle)
if res then
print(vehId)
end
end
end