[AJUDA]Com um CMD de Bloquear Clгns
#1

eaw galera nгo so de ficar pedindo nгo caзei em tudo quantй lugar o Search atй canso de procurar + nd... nгo achei nem uma soluзгo virei o CMD de ponta cabeзa + nd de funfar sempre da o mesmo erro.. bom vo postar o codigo ai..

vou posta a linha q da o erro..
Quote:

D:\SAMP2~1\GAMEMO~1\TEST.pwn(164) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Comando usado й esse achei la nos codigos uteis, nгo lembro quem feis.

NO TOPO
pawn Код:
new BadClans[][]=
{
"[PRO]",
"[GAY]"
};
pawn Код:
public OnPlayerConnect(playerid)
{
static Nome[24];
for(new i; i < sizeof(BadClans); ++i)
{
if(strfind(GetPlayerName(playerid, Nome,24),BadClans[i], true) != -1)// fala que o erro estб nessa linha
{
SendClientMessage(playerid, -1,"[INFO]: Desculpe, mais este clan nгo й permitido aqui.");
return Kick(playerid);
}
}
return 1;
}
Valendo REP+ xD
Reply
#2

PHP код:
public OnPlayerConnect(playerid)
{
    new 
Nome[24];
    
GetPlayerName(playeridNome,24);
    for(new 
isizeof(BadClans); ++i)
    {
        if(
strfind(NomeBadClans[i], true) != -1)
        {
            
SendClientMessage(playerid, -1,"[INFO]: Desculpe, mais este clan nгo й permitido aqui.");
            return 
Kick(playerid);
        }
    }
    return 
1;

Reply
#3

opaaa chapa vlw funfo legal REP+ saindo
Reply
#4

pawn Код:
RemoveTag(name[])
{
    new
        string[21],
        ii = -1,
        st = -1,
        bool:fd;
       
    while(name[++ii])
    {
        if(name[ii] == 91)
            fd = true;
           
        if(name[ii] == 93 && fd == true)
        {
            while(name[++ii])
            {
                string[++st] = name[ii];
            }
        }
    }
    return string;
}
Isto remove a TAG do nick, exemplo [Lok] Lol vai ficar Lol, nгo sei se й isto realmente o que vocк queria mais estб ai.
Reply
#5

pawn Код:
new BadClans[2][]=
{
"[PRO]",
"[GAY]"
};
Reply
#6

Vle chapas mais ja resolvi agradeзido ai pela forзa
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)