13.10.2011, 21:45
1 Warning (how to fix it )
There's the command: (Line 40784 - 40797)
PHP код:
C:\Users\User\Desktop\Universal Mode\Multi.pwn(40792) : warning 202: number of arguments does not match definition
PHP код:
if (strcmp(cmd, "/GMXCD", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 1338)
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))return SendClientMessage(playerid, 0xFFFFFFAA, "USAGE: /GMXCD [Count]");
CountDown(strval(tmp));
return 1;
}
}
return 1;
}