Budget: 960 EUR Deadline: 10 days
For your MTA Black Ukraine RP project, I can resolve the map holes, navigation issues, vehicle adaptations, and logo removals. Having worked on MTA:SA roleplay servers, I know how critical it is to fix collision glitches and map bugs quickly. I will inspect the map files to patch holes and align the navigation systems to your custom layout.
My approach is to audit the custom resources, edit TXD/DFF models to adjust logos/textures, and fix Lua handlers. To give you an idea, a sketch of how I resolve custom vehicle sync bugs on enter is:
addEventHandler("onVehicleEnter", root, function(player, seat)
if getElementData(source, "customVehicle") then
triggerClientEvent(player, "syncVehicleHUD", source)
end
end)
This ensures error-free handling synchronization.
Share the list of bug reports, screenshots, and repository access, and I can start patching the map and vehicles tomorrow.