[AJUDA]Com um CMD de Bloquear Clгns - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Com um CMD de Bloquear Clгns (
/showthread.php?tid=275819)
[AJUDA]Com um CMD de Bloquear Clгns -
MaGnO_357 - 11.08.2011
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
Re: [AJUDA]Com um CMD de Bloquear Clгns -
Shadoww5 - 11.08.2011
PHP код:
public OnPlayerConnect(playerid)
{
new Nome[24];
GetPlayerName(playerid, Nome,24);
for(new i; i < sizeof(BadClans); ++i)
{
if(strfind(Nome, BadClans[i], true) != -1)
{
SendClientMessage(playerid, -1,"[INFO]: Desculpe, mais este clan nгo й permitido aqui.");
return Kick(playerid);
}
}
return 1;
}
Re: [AJUDA]Com um CMD de Bloquear Clгns -
MaGnO_357 - 11.08.2011
opaaa chapa vlw funfo legal REP+ saindo
Re: [AJUDA]Com um CMD de Bloquear Clгns - [S]trong - 11.08.2011
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.
Re: [AJUDA]Com um CMD de Bloquear Clгns -
JonathanFeitosa - 11.08.2011
pawn Код:
new BadClans[2][]=
{
"[PRO]",
"[GAY]"
};
Re: [AJUDA]Com um CMD de Bloquear Clгns -
MaGnO_357 - 11.08.2011
Vle chapas mais ja resolvi agradeзido ai pela forзa