Errors
#4

pawn Код:
PlayerData[playerid][pFaction]
This variable is greater than the size of FactionData.

Also look for this line:
pawn Код:
format(L_sz_Rank, 56, "%s", pFactionRank[PlayerData[playerid][pFaction], PlayerData[playerid][pFactionRank]));
and replace it with:
pawn Код:
format(L_sz_Rank, 56, "%s", PlayerData[playerid][pFactionRank]));
Reply


Messages In This Thread
Errors - by fonia5 - 09.02.2015, 20:40
Re: Errors - by M4D - 09.02.2015, 20:48
Re: Errors - by fonia5 - 09.02.2015, 20:51
Re: Errors - by HazardouS - 09.02.2015, 21:07
Re: Errors - by fonia5 - 09.02.2015, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)