2 bugs, help!
#7

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:
Quote:

new factioninformation[20];
if(arrFaction[playerid][p_iMember] == -1)
{ factioninformation = "None"; }
else if(arrFaction[playerid][p_iMember] > 0)
{ factioninformation = arrFaction[playerid][g_szFactionName]; }

But it returns an error:
Quote:

array sizes do not match, or destination array is too small

on this line:
Quote:

{ factioninformation = arrFaction[playerid][g_szFactionName]; }

I dunno how I can get it to do the faction name on the stats if the code above doesnt work ;/
Reply


Messages In This Thread
2 bugs, help! - by RLGaming - 07.10.2012, 21:30
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 21:38
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 21:40
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 21:46
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 22:08
Re: 2 bugs, help! - by Riddick94 - 07.10.2012, 22:13
Re: 2 bugs, help! - by RLGaming - 07.10.2012, 22:48
Re: 2 bugs, help! - by PrawkC - 07.10.2012, 23:46
Re: 2 bugs, help! - by RLGaming - 08.10.2012, 06:23
Re: 2 bugs, help! - by Riddick94 - 08.10.2012, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)