error 035: argument type mismatch (argument 2)
#3

pawn Код:
#define COLOR_WHITE "{FFFFFF}"
And yeah, i know, but i need to for my showstats stock:
pawn Код:
{
  new string[128];
  format(string, sizeof(string), "Your stats:");
  SendClientMessage(playerid, COLOR_LGREEN, string);
  format(string, sizeof(string), "Score: [%d]- Rank: [%s] - Cash: [%d] - Kills: [%d] - Deaths: [%d]", PlayerInfo[playerb][pScores], RNS(playerid), PlayerInfo[playerb][pCash], PlayerInfo[playerb][pKills], PlayerInfo[playerb][pDeaths]);
  SendClientMessage(playerid, COLOR_WHITE, string);
  return 1;
}
Which also gives me a error on the second line.
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 05:50
AW: error 035: argument type mismatch (argument 2) - by BigETI - 02.08.2013, 06:05
Re: error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 06:18
AW: error 035: argument type mismatch (argument 2) - by BigETI - 02.08.2013, 06:25
Re: error 035: argument type mismatch (argument 2) - by ThaCrypte - 02.08.2013, 06:38
Re: error 035: argument type mismatch (argument 2) - by RedFusion - 02.08.2013, 07:47

Forum Jump:


Users browsing this thread: 1 Guest(s)