[AJUDA]Ant_nick - 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]Ant_nick (
/showthread.php?tid=353022)
[AJUDA]Ant_nick -
billy the kid - 21.06.2012
new times
Re: [AJUDA]Ant_nick -
.FuneraL. - 21.06.2012
Tente trocar strcmp por strfind.
AW: [AJUDA]Ant_nick -
billy the kid - 21.06.2012
FUNERAL tentei usar o que vc disse mais nao funciono ainda continua entrando normalmente!! tem outro jeito ae de funcionar ?
Re: [AJUDA]Ant_nick -
Don_Speed - 21.06.2012
Acho Que Isso Te Ajudara
pawn Код:
#include a_samp
#define TAG "[NOOB]"
new Name[MAX_PLAYER_NAME];
public OnPlayerConnect(playerid)
{
GetPlayerName(playerid,Name,sizeof(Name));
if(strfind(Name,TAG, true)!=-1)return Kick(playerid);
return true;
}
AW: [AJUDA]Ant_nick -
billy the kid - 21.06.2012
desse jeito ae nao deu sera que nao da pra fazer usando a funзao que eu citei ae /?
AW: [AJUDA]Ant_nick -
billy the kid - 22.06.2012
DON SPEED eu fiso do seu jeito e funciono mais e se eu quizer colocar mais de 1 tag como e PODE EXPLICAR AE ?