[AJUDA] Urgente
#10

Olha o fs todo ve aonde ta o erro =x


pawn Код:
#include <a_samp>
//#define FILTERSCRIPT

#if defined FILTERSCRIPT

#else


#endif

new nomeproibido[][MAX_PLAYER_NAME]  ={//uma array
"prn","con"//ultimo sem virgula
};
new nomeproibido2[256];

//==============================================================================
public OnPlayerConnect(playerid)
{
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: 6 Guest(s)