[Ajuda] Coisa Simples!
#1

!!!
Reply
#2

DOF2_GetInt ?
Reply
#3

!!!
Reply
#4

Uй, mas se vocк tб trabalhando com um 'ID', deveria ser um nъmero inteiro, nгo ?
Reply
#5

....
Reply
#6

pawn Код:
stock S_COMPARAR_ID(playerid)
{
    new L_N[MAX_PLAYER_NAME]; GetPlayerName(playerid, L_N, MAX_PLAYER_NAME);
    new L_FILE_1[128], L_FILE_2[128];  
    format(L_FILE_1, 128, "GANGS/Jogadores/%s.ini", L_N);
    format(L_FILE_2, 128, "GANGS/TodasAsGangs/%s.ini", L_N);
    if(DOF2_GetInt(L_FILE_1, "ID") == DOF2_GetInt(L_FILE_2, "ID")) return 1;
    return 0;
}
Pelo que eu entendi, й isso que vocк quer?
Reply
#7

pawn Код:
new a[20];
   format(a,sizeof a,"GANGS/Jogadores/%s.ini",pName(playerid));
   if(playerid == DOF2_GetInt(a,"id")){
   SCM(..."id igual");
   }
   else return SCM(..."id diferente");
@edit.. hehe tava digitando los posto antes.. ^^
Reply
#8

!!!
Reply
#9

!!!
Reply
#10

Mano, poderia explicar melhor ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)