HELP dialog login not show [Crash Detect]
#10

To be honest, it's odd about OM_OPC (the hook of OnPlayerConnect). I'd guess that mS_SELECTION_ITEMS was defined as 24 but I cannot see any reason why it'd go to index 27 when it loops correctly.

Again, without lines the only thing we can do is guessing. I'll show what parts are suspicious and you can see the size of those arrays so you can help us to find it faster. The size of the array we're looking for is 24.

pawn Код:
for(new a=0; a < 129; a++) ApplyAnimation(playerid,AnimLibraies[a],"null",0.0,0,0,0,0,0);
Check AnimLibraies' size.

---

pawn Код:
for(new i=0; i < sizeof(ZoneInfo); i++)
    {
        GangZoneShowForPlayer(playerid, ZoneID[i], GetTeamZoneColor(FamilyInfo[ZoneInfo[i][eOwnerid]][FamilyColor]));
        if(ZoneAttacker[i] != -1) GangZoneFlashForPlayer(playerid, ZoneID[i], GetTeamZoneColor(FamilyInfo[ZoneAttacker[i]][FamilyColor]));
    }
Check FamilyInfo's size.

---

pawn Код:
new jailid = PlayerInfo[playerid][pPrisonUse];
                    SetSafePlayerPos(playerid, JailInfo[jailid][jaiPos][0],JailInfo[jailid][jaiPos][1],JailInfo[jailid][jaiPos][2]);
Check JailInfo's size.

---

Which one of those uses size of 24 at its declaration?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)