[HELP] Command
#1

Код:
error 017: undefined symbol "params"
pawn Код:
if(strcmp(cmd, "/bet", true) == 0)
    {
            new horse, cash;
            if(!sscanf(params,"ii",horse, cash) && horse < 5 && horse > 0 && cash <= CashHigherBounds && cash >= CashLowerBounds)
            {
.
.
.
.
Reply
#2

Change both "params" and "cmd" to "cmdtext".
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)