28.01.2011, 19:47
Код:
if(response) { if(PlayerInfo[playerid][pCash] >= inputtext) {
if(response) { if(PlayerInfo[playerid][pCash] >= inputtext) {
if(IsNumeric(inputtext) ) { if(PlayerInfo[playerid][pCash] >= strval(inputtext)) { |
if(response)
{
if(PlayerInfo[playerid][pCash] >= strval(inputtext))
{