any way to get players id form the part of name
#6

i can't use the same command in every other command
****** can u explain me more i can't get how to use it in here
pawn Код:
new ids[3], i;
 if (sscanf("Le", "?<MATCH_NAME_PARTIAL=1>u[3]", ids)) printf("Error in input");
 for (i = 0; ids[i] != INVALID_PLAYER_ID; ++i)
 {
     if (ids[i] == cellmin)
     {
         printf("Too many matches");
         break;
     }
     printf("id = %d", ids[i]);
 }
 if (i == 0) printf("No matching players found.");
??
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)