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

Quote:
Originally Posted by kaiks
Посмотреть сообщение
Please help me to get this line fixed.
pawn Код:
format(balance, sizeof(balance), COLOR_GREY, "You currently have $%d In your bank account."); PlayerInfo[playerid][pBankAccount];
Error:
Код:
error 035: argument type mismatch (argument 3)
warning 215: expression has no effect
Try this.
pawn Код:
new str[128];
format(str, sizeof(str), "You currently have $%d In your bank account.", PlayerInfo[playerid][pBankAccount]);
SendClientMessage(playerid, COLOR_GREY, str);
Reply


Messages In This Thread
error 035: argument type mismatch (argument 3) - by kaiks - 15.07.2012, 20:09
Re: error 035: argument type mismatch (argument 3) - by mkr - 15.07.2012, 20:21
Re: error 035: argument type mismatch (argument 3) - by JustinAn - 15.07.2012, 20:24
Re: error 035: argument type mismatch (argument 3) - by kaiks - 15.07.2012, 20:24

Forum Jump:


Users browsing this thread: 2 Guest(s)