Errors
#2

your mistakes in this line:
pawn Код:
format(L_sz_Rank, 56, "%s", pFactionRank[PlayerData[playerid][pFaction], PlayerData[playerid][pFactionRank]));
1. you used 2 floats in format but you use 1 "%s"

2. you have a Additional useless ")" at the end of your format function

pawn Код:
format(L_sz_Rank, 56, "%s%d", pFactionRank[PlayerData[playerid][pFaction], 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)