[AJUDA]Ant_nick
#1

new times
Reply
#2

Tente trocar strcmp por strfind.
Reply
#3

FUNERAL tentei usar o que vc disse mais nao funciono ainda continua entrando normalmente!! tem outro jeito ae de funcionar ?
Reply
#4

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;
}
Reply
#5

desse jeito ae nao deu sera que nao da pra fazer usando a funзao que eu citei ae /?
Reply
#6

DON SPEED eu fiso do seu jeito e funciono mais e se eu quizer colocar mais de 1 tag como e PODE EXPLICAR AE ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)