[Pedido] Anti Caps Lock
#7

pawn Код:
public OnPlayerText(playerid, text[])
{
    new i;
    while (text[++i])
    {
        if ('A' <= text[i] <= 'Z') text[i] |= 0x20;
    }
    new st_[128];
    format(st_, sizeof(st_), "%s", text);
    SendClientMessageToAll(-1, st_);
    return 0;
}
assim que eu usava antes
Reply


Messages In This Thread
Anti Caps Lock - by Caaarlinhos - 06.09.2014, 19:20
Re: Anti Caps Lock - by Alwe - 06.09.2014, 19:22
Re: Anti Caps Lock - by Caaarlinhos - 06.09.2014, 19:24
Re: Anti Caps Lock - by Alwe - 06.09.2014, 19:49
Re: Anti Caps Lock - by Don_Speed - 07.09.2014, 11:03
Re: Anti Caps Lock - by zqkRazer - 07.09.2014, 11:11
Re: Anti Caps Lock - by PT - 07.09.2014, 12:31

Forum Jump:


Users browsing this thread: 4 Guest(s)