Peguei esse sistema da net de plotagem e gerenciamento de base e não esta funcionando direito..
others.setVehiclePlotagem(playerData[player], data['plotagem'].element);
Esta dando erro nessa linha
others = {
['managerHud'] = function(element, state)
return setPlayerHudComponentVisible("all", state);
end,
['setVehiclePlotagem'] = function(vehicle, plotagem)
return exports['[RS]Plotagem']:setVehiclePlotagem(vehicle, element);
end,
['givePlayerWeapon'] = function(element, id, ammo)
if (item and quantidade) then
local worth = exports.worth_inventario
worth:giveItem(player, item, quantidade)
end
end
};