altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

unloadYtyp freezes the game #1084

Open zziger opened 3 years ago

zziger commented 3 years ago

Client/server version

5.3 release

Current behavior Calling unloadYtyp freezes the game for around 5 seconds. Calling it multiple times crashes the game;

Expected behavior unloadYtyp should unload without a freeze, loadYtyp works instantly.

Steps to reproduce

// freeze
alt.loadYtyp('x64c.rpf/levels/gta5/interiors/int_props/int_industrial.rpf/int_industrial.ytyp');
alt.unloadYtyp('x64c.rpf/levels/gta5/interiors/int_props/int_industrial.rpf/int_industrial.ytyp');

// crash
for (let i = 0; i < 20; i++) alt.unloadYtyp('x64c.rpf/levels/gta5/interiors/int_props/int_industrial.rpf/int_industrial.ytyp');
deluvas1911 commented 3 years ago

can confirm this issue with the given sample