When I'm in the skin selection, I can choose skins I put, but when I reach skin 23, I crash.
Код:
//===============================[CLASSES]================================//
AddPlayerClass(7, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(12, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(18, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(19, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(20, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(21, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(22, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(23, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);//this
AddPlayerClass(29, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(30, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(40, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(41, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
AddPlayerClass(47, -1825.3901, 540.6253, 150.8125, 126.0199, 0, 0, 0, 0, 0, 0);
And so on with skins.
I am using teams too, could it be it? But I checked and nothing's suspicious.
Removing playerclass 23, check whether you still crash while cycling through the classes.
Before doing what Mike said, can you post the opcodes you got during the crash. They're located to
No mods, please wait 10 minutes, I'm going to post all codes I got about skins. First, I'm trying to remove GameText from some skins because I put it randomly hoping it work, it didn't, so I will remove it and see.
Nevermind, I tried removing the GameText and it worked, but some people say it works.
I just put some unuseful stuff there and I though nothing is wrong.
Thank you.