addCommandHandler( "napraw",
function ( cmd, player, gracz )
if isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(player)), aclGetGroup ( "Pomoc Drogowa" ) ) then
if (gracz) then
local gr = getPlayerFromName(gracz)
if (gr) then
local veh = getPedOccupiedVehicle(gr)
if (veh) then
fixVehicle(veh)
end
end
end
end
end)