07.10.2012, 21:46
Remove from the both 'if' statements this:
and then check the code.
About your second problem how to use it.. You don't need "szName" array. Just remove that and do this like that:
pawn Код:
arrFaction[playerid][p_iMember] > -1 &&
About your second problem how to use it.. You don't need "szName" array. Just remove that and do this like that:
pawn Код:
case 1: strset(PlayerFactionNameArray, "Cadet");
[...]