shanapu / MyStore

This store is buggy - development paused for unpredictable time - more a concept and giver for ideas than a working store - Keep posting bugs!
GNU General Public License v3.0
23 stars 9 forks source link

[BUG] Crash on some player skin model #27

Open nuclearsilo583 opened 3 years ago

nuclearsilo583 commented 3 years ago

I installed plugin raw and everything work fine but when ever I install another skin it cause the server crash. I used zephyrus store but had no issue about crash. I think it depend on some models. Please help But when i edit the code and remove model precache on map start this problem is sovled but may still cause crash

public void PlayerModels_OnMapStart() { /* for (int i = 0; i < g_iCount; i++) { PrecacheModel(g_sModel[i], true); Downloader_AddFileToDownloadsTable(g_sModel[i]);

    if (g_sArms[i][0] != 0)
    {
        PrecacheModel(g_sArms[i], true);
        Downloader_AddFileToDownloadsTable(g_sArms[i]);
    }
}
*/

}

3GaNwO commented 3 years ago

I've noticed this as well and just decided to not use any of the model plugins this store offers as it bugs out for my setup and crashes. Well at least all besides the grenade models which the physics on the nades that are default are all wonky so I decided to not use that module as well! I can say I have successfully added Sprite and Particle trails, Bullet Impacts, Kill Effects, Sprays, and all the gambling stuff (even tho I do get the same issue as another user mentioned in a previous issue where the credits bugs out after a while and stops working) OH and the emotes also crashes my setup as well so I am not using that too

I wish he was still actively working on this project as I really think this modular store would be the # 1 goto store if it was all maintained! Its a bummer he hasnt worked on this store in like 9 months but I'm sure he is a busy person