10.03.2012, 08:12
Hi Medaro,
Crashes like this could be caused by a multitude of things. From personal experience I tend to comment out large peices of code then periodically comment them back in. Eventually I will have isolated the cause of the problem. So for instance, try commenting out everything except from
If the server still crashes, you know it's the LoadLoginStuff that is causing it. After that introduce more of your code, testing as you go, eventually you will find what's causing the crash.
Cheers,
TJ
Crashes like this could be caused by a multitude of things. From personal experience I tend to comment out large peices of code then periodically comment them back in. Eventually I will have isolated the cause of the problem. So for instance, try commenting out everything except from
pawn Код:
LoadLoginStuff(playerid);
Cheers,
TJ