[ajuda] NickProibido
#1

pawn Код:
stock RealName(playerid)
{
    new namestring = strfind(PlayerName(playerid), "_", true);
    if(namestring == -1)
    {
        SendClientMessage(playerid, LARANJA, "ATENЗГO! Este tipo de Nick nгo й aceito no Servidor!.");
        SendClientMessage(playerid, LARANJA, "Dica: Volte com Nome_Sobrenome, Exemplo: Ronaldo_Fenomeno.");
        Kick(playerid);
        return 1;
    }
    return 0;
}
Assim o problema й esse, nгo esta mandando a mensagem...
Estб Kickando-Direto...
Como fasso para aparecer a mensagem??
Reply


Messages In This Thread
[ajuda] NickProibido - by JOKERBOY - 05.05.2011, 11:29
Re: [ajuda] NickProibido - by DrTHE - 05.05.2011, 11:39
Re: [ajuda] NickProibido - by CyNiC - 05.05.2011, 11:45
Re: [ajuda] NickProibido - by TheGarfield - 05.05.2011, 15:06
Re: [ajuda] NickProibido - by JOKERBOY - 05.05.2011, 15:10
Re: [ajuda] NickProibido - by Josma_cmd - 05.05.2011, 15:11
Re: [ajuda] NickProibido - by Shadoww5 - 05.05.2011, 15:22

Forum Jump:


Users browsing this thread: 3 Guest(s)