Help | Command problem
#3

1 Warning (how to fix it )

PHP код:
C:\Users\User\Desktop\Universal Mode\Multi.pwn(40792) : warning 202number of arguments does not match definition 
There's the command: (Line 40784 - 40797)

PHP код:
    if (strcmp(cmd"/GMXCD"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pAdmin] >= 1338)
            {
                
tmp strtok(cmdtextidx);
                if(!
strlen(tmp))return SendClientMessage(playerid0xFFFFFFAA"USAGE: /GMXCD [Count]");
                
CountDown(strval(tmp));
                return 
1;
            }
        }
          return 
1;
    } 
Reply


Messages In This Thread
Help | Command problem - by arad55 - 13.10.2011, 21:16
Re: Help | Command problem - by SVRP - 13.10.2011, 21:38
Re: Help | Command problem - by arad55 - 13.10.2011, 21:45
Re: Help | Command problem - by AeroBlast - 13.10.2011, 22:12
Re: Help | Command problem - by arad55 - 13.10.2011, 23:12
Re: Help | Command problem - by SVRP - 13.10.2011, 23:28
Re: Help | Command problem - by arad55 - 14.10.2011, 01:28

Forum Jump:


Users browsing this thread: 2 Guest(s)