Little Help
#1

PHP код:
stock CheckWeaponID(name[])
{
    for(new 
046i++)
    {
        if(
strfind(WeaponInfo[i][playersname], nametrue) != -1)//Error Line
        
{
            if(
WeaponInfo[i][Valid] == 0) return -2;
            return 
i;
        }
    }
    return -
1;

I Got This Error warning 213: tag mismatch
Reply


Messages In This Thread
Little Help - by dh240473 - 13.12.2015, 13:25
Re: Little Help - by Denying - 13.12.2015, 14:37
Re: Little Help - by dh240473 - 13.12.2015, 14:52
Re: Little Help - by Denying - 13.12.2015, 14:55
Re: Little Help - by dh240473 - 13.12.2015, 15:07
Re: Little Help - by Denying - 13.12.2015, 15:12

Forum Jump:


Users browsing this thread: 1 Guest(s)