15.07.2012, 20:24
Quote:
Please help me to get this line fixed.
pawn Код:
Код:
error 035: argument type mismatch (argument 3) warning 215: expression has no effect |
pawn Код:
new str[128];
format(str, sizeof(str), "You currently have $%d In your bank account.", PlayerInfo[playerid][pBankAccount]);
SendClientMessage(playerid, COLOR_GREY, str);