[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


Messages In This Thread
[HELP] Command - by monster010 - 08.05.2014, 12:08
Re: [HELP] Command - by Konstantinos - 08.05.2014, 12:15

Forum Jump:


Users browsing this thread: 1 Guest(s)