Y_ini and sscanf
#7

ok let take AKA part separate and MATCH_NAME_PARTIAL separate
pawn Код:
for (i = 0; TargetID[i] != INVALID_PLAYER_ID; ++i)
        {
            if (TargetID[i] == cellmin)
            {
                format(string,sizeof(string),"%s Found In Multiple Names, Please Be More Specific.",TargetID);
                SendClientMessage(playerid,COLOR_ERROR,string);
                break;

             }
         }
         if (i == 0)
         {
            format(string,sizeof(string),"%s Is Not a Valid Player/ID.",TargetID);
            SendClientMessage(playerid,COLOR_ERROR,string);
         }
Reply


Messages In This Thread
MATCH_NAME_PARTIAL - by AroseKhanNiazi - 14.08.2014, 22:54
Re: Y_ini and sscanf - by Threshold - 14.08.2014, 22:59
Re: Y_ini and sscanf - by AroseKhanNiazi - 14.08.2014, 23:01
Re: Y_ini and sscanf - by Virtual1ty - 14.08.2014, 23:07
Re: Y_ini and sscanf - by AroseKhanNiazi - 14.08.2014, 23:16
Re: Y_ini and sscanf - by Virtual1ty - 14.08.2014, 23:20
Re: Y_ini and sscanf - by AroseKhanNiazi - 14.08.2014, 23:22
Re: Y_ini and sscanf - by Virtual1ty - 14.08.2014, 23:25
Re: Y_ini and sscanf - by AroseKhanNiazi - 14.08.2014, 23:28
Re: Y_ini and sscanf - by Virtual1ty - 14.08.2014, 23:34

Forum Jump:


Users browsing this thread: 2 Guest(s)