does not match definition
#1

pawn Код:
C:\Users\Matt\Desktop\SAMP\UMGS\filterscripts\Admin.pwn(1173) : warning 202: number of arguments does not match definition
C:\Users\Matt\Desktop\SAMP\UMGS\filterscripts\Admin.pwn(8079) : warning 202: number of arguments does not match definition
C:\Users\Matt\Desktop\SAMP\UMGS\filterscripts\Admin.pwn(8229) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
Line 1173:
pawn Код:
if (udb_Create(PlayerName2(playerid)))
Line 8079:
pawn Код:
if (udb_Create(PlayerName2(playerid)))
Line 8229
pawn Код:
if (udb_Create(PlayerName2(playerid)))
it start when i change this
pawn Код:
if( (!strcmp(tmp3,tmp2,true)) && (ServerInfo[AutoLogin] == 1))
    {
        LoginPlayer(playerid);
        if(AccInfo[playerid][Level] > 0)
        {
            switch(AccInfo[playerid][Level])
            {
                case 1: AdmRank = "Trial Moderator";
                case 2: AdmRank = "Moderator";
                case 3: AdmRank = "Junior Administrator";
                case 4: AdmRank = "Administrator";
                case 5: AdmRank = "Head Administrator";
            }
            if(AccInfo[playerid][Level] > 5)
            {
                AdmRank = "Community Owner";
            }
Reply


Messages In This Thread
does not match definition - by Team_PRO - 13.06.2014, 08:53
Re: does not match definition - by Team_PRO - 13.06.2014, 09:15
Re: does not match definition - by Team_PRO - 13.06.2014, 09:37

Forum Jump:


Users browsing this thread: 1 Guest(s)