-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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]);
}
}
*/
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working