19.06.2011, 15:09
Sorry for double post, but im not gonna make a new topic for this since its about the same subject
What can i do to solve this? I think the error is about "strval(Amount)", but not sure about this.
pawn Код:
if(!sscanf(inputtext, "ud(50)", TargetID, Amount))
{
if(strval(Amount) > dini_Int(file1, "Cash amount")) return SendClientMessage(playerid, SKY_BLUE, " ** You do not have that amount of money on your bank account! ") && TransferBB
}
Код:
D:\RolePlay\filterscripts\Bank.pwn(415) : error 035: argument type mismatch (argument 1)