11.08.2010, 16:02
Hi,
I was able to fix 20 of them , but am stuck with theis
here are the lines
first line :
second line:
3ed/4th/5th/6th/7th/8th line :
Could anyone help me with this ?
Thanks
I was able to fix 20 of them , but am stuck with theis
Код:
D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(30652) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38382) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38459) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38460) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38461) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38462) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38463) : error 047: array sizes do not match, or destination array is too small D:\DOCUME~1\user\MYDOCU~1\SCRIPT~1\penlsO\GAMEMO~1\penlsO.pwn(38464) : error 047: array sizes do not match, or destination array is too small
first line :
Код:
30652: else if(PlayerInfo[playerid][pMember] >= 7) { PlayerInfo[para1][pTeam] = 15; gTeam[para1] = 15; ftext = FamilyInfo[PlayerInfo[playerid][pMember]][FamilyName]; PlayerInfo[para1][pModel] = FamilyInfo[PlayerInfo[playerid][pMember]][FamilySkin1]; }
Код:
38382: { ftext = FamilyInfo[fam][FamilyName]; }
Код:
38457: else if(PlayerInfo[targetid][pMember] >= 7) // Open Faction Ranks 38458: { 38459: if(PlayerInfo[targetid][pRank] == 1) { rtext = FamilyInfo[fam][FamilyRank1]; } 38460: else if(PlayerInfo[targetid][pRank] == 2) { rtext = FamilyInfo[fam][FamilyRank2]; } 38461: else if(PlayerInfo[targetid][pRank] == 3) { rtext = FamilyInfo[fam][FamilyRank3]; } 38462: else if(PlayerInfo[targetid][pRank] == 4) { rtext = FamilyInfo[fam][FamilyRank4]; } 38463: else if(PlayerInfo[targetid][pRank] == 5) { rtext = FamilyInfo[fam][FamilyRank5]; } 38464: else if(PlayerInfo[targetid][pRank] == 6) { rtext = FamilyInfo[fam][FamilyRank6]; } 38465: else { rtext = "Outsider"; } 38466: }
Thanks