06.10.2010, 08:56
I got two errors, on some codes that i cant see whats wrong.
here is the first one:
This is the error: array sizes do not match, or destination array is too small
Code 2:
Same error: error 047: array sizes do not match, or destination array is too small
Thanks, Alex
here is the first one:
Код:
else if(PlayerInfo[playerid][pLeader] == 14) { PlayerInfo[para1][pTeam] = 5; gTeam[para1] = 5; ftext = "262 Idlewood Families"; ChosenSkin[para1] = 102; SetPlayerSkin(para1, 102); }
Code 2:
Код:
else if(PlayerInfo[targetid][pMember] == 14 || PlayerInfo[targetid][pLeader] == 14) { ttext = "262 Idlewood Families"; }
Thanks, Alex