Crash. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Crash. (
/showthread.php?tid=300901)
Crash. -
BaubaS - 02.12.2011
What's wrong here? Because, when OnPlayerConnect gets called, server just crashes. And also other question, why Double-O-Seven is banned, and all his threads gone?
pawn Код:
format (szFile, 44, "Winter/%s.ini", szName);
if (!DOF2_FileExists(szFile)) DOF2_CreateFile(szFile);
ArRadesLS{playerid} = DOF2_GetBool(szFile, "Eglute_LS");
ArRadesSF{playerid} = DOF2_GetBool(szFile, "Eglute_SF");
ArRadesLV{playerid} = DOF2_GetBool(szFile, "Eglute_LV");
Re: Crash. -
mineralo - 02.12.2011
can you give all stuff from onplayerconnect>?
Re: Crash. -
BaubaS - 02.12.2011
Why do you need it.. When I delete these lines (or use /* */ OR // all lines), everything works OK