20.10.2013, 17:33
Or Try:
Код:
else { new str[128]; new inputext = strval(inputtext); pInfo[playerid][pBank] += inputext; pInfo[playerid][Money] -= inputext; SetPlayerMoney(playerid, pInfo[playerid][Money]); format(str, sizeof(str), "You have deposited $%d into your account. New balance: $%d", inputext, pInfo[playerid][pBank]); SendClientMessage(playerid, 0x008000FF, str); }