07.10.2012, 22:48
Your right sorry! Got my /makeleader messed up, fixed now! thank you
Also on my /stats
I am trying to show the faction name they are in
I have this:
But it returns an error:
on this line:
I dunno how I can get it to do the faction name on the stats if the code above doesnt work ;/
Also on my /stats
I am trying to show the faction name they are in
I have this:
Quote:
new factioninformation[20]; if(arrFaction[playerid][p_iMember] == -1) { factioninformation = "None"; } else if(arrFaction[playerid][p_iMember] > 0) { factioninformation = arrFaction[playerid][g_szFactionName]; } |
Quote:
array sizes do not match, or destination array is too small |
Quote:
{ factioninformation = arrFaction[playerid][g_szFactionName]; } |