Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/19 in File Reviews

    Fix guide: 1) Open file "client_packages\MapEditor\Natives.js" and insert this code: const __GameVersion__ = 2; const __Natives__ = { SET_ENTITY_ALPHA: ['x44A0870B7E92D7C0'], RESET_ENTITY_ALPHA: ['0x9B1E824FFBB7027A'], GET_ENTITY_MODEL: ['0x9F47B058362C84B5'] }; const proxyNatives = new Proxy(__Natives__, { get: (target, name, receiver) => __Natives__[name][__GameVersion__] }); exports = proxyNatives; Let's try F2. Profit!
    1 point
×
×
  • Create New...