Skip to content

[BUG] Crash on some player skin model #27

@nuclearsilo583

Description

@nuclearsilo583

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]);
	}
}
*/

}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions