warning 209: function "OnPlayerCommandText" should return a value
#2

Return a value (must be 0 though) as the warning says:
pawn Код:
...
            Freeze(playerid, 40000);
            GiveMoney(playerid, rcash);
            return 1;
        }
    }
    return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)