[Pedido] Anti Caps Lock
#5

PHP код:
    new sizes strlen(text);
    for (new 
sizesi++) {
        if (
text] > 64 && text] < 91 )
            
text] += 32;
    }

// Uso

    
new texto[128];
    
format(textosizeof(texto), "(id: %d): %s"playeridtext);
    
SendPlayerMessageToAll(playeridtexto); 

PS : Ambos dentro da mesma callback . - OnPlayerText
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: 1 Guest(s)