Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/31/17 in all areas

  1. Здравствуйте. Думаю со временем вы обязательно научитесь! https://github.com/mysqljs/mysql#mysql - надеюсь это вам поможет
    1 point
  2. It would be better to generate hashes at run-time from an array of vehicle names (at least it will be easier to update): let vehicle_dict = {}; function initHashes() { let vehicleNames = ["infernus", "infernus2", etc]; vehicleNames.forEach(name => { vehicle_dict[name] = mp.joaat(name); }); }
    1 point
×
×
  • Create New...