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

pawn Код:
format(balance, sizeof(balance), "You currently have $%d In your bank account.", PlayerInfo[playerid][pBankAccount]);
The third argument of format is the string that you're formatting, and the values that you want inserted into the string (in this case, the bank balance) go inside format().
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)