[AJUDA] Urgente
#4

fiz rapidao aqui tenta ae
no topo

pawn Код:
new nomeproibido[][MAX_PLAYER_NAME]  ={//uma array
"nome 1","nome 2"//ultimo sem virgula
};
new nomeproibido2[256];
em OnPlayerConnect
pawn Код:
GetPlayerName(playerid,nomeproibido2,256);
for(new i; i<sizeof(nomeproibido); i++)// um loop
    {
        if(strcmp(nomeproibido[i],nomeproibido2,true)==0)//strcmp
        {
            Kick(playerid);
        }
    }
Reply


Messages In This Thread
[AJUDA] Urgente - by Twisted_. - 12.12.2010, 19:12
Re: [AJUDA] Urgente - by Rodrigo_LosT - 12.12.2010, 19:25
Re: [AJUDA] Urgente - by CyNiC - 12.12.2010, 19:32
Re: [AJUDA] Urgente - by -GooGle- - 12.12.2010, 19:51
Re: [AJUDA] Urgente - by Twisted_. - 12.12.2010, 20:06
Re: [AJUDA] Urgente - by -GooGle- - 12.12.2010, 20:10
Re: [AJUDA] Urgente - by Twisted_. - 12.12.2010, 20:11
Re: [AJUDA] Urgente - by -GooGle- - 12.12.2010, 20:12
Re: [AJUDA] Urgente - by [BEP]AcerPilot - 12.12.2010, 20:12
Re: [AJUDA] Urgente - by Twisted_. - 12.12.2010, 20:13

Forum Jump:


Users browsing this thread: 2 Guest(s)