[Ajuda] OnPlayerText
#2

Nгo entendi nada do seu cуdigo.. Mas vocк pode seguir uma lуgica simples eficaz !


PHP код:

// Criando definiзхes para facilitar a utilizaзгo
#define sNO 0 // Nenhum sotaque
#define sBR 1
#define sEN 2
#define sGE 3
new 
    
// Criando uma array com 500 Cйlulas
    
gSotaque[MAX_PLAYERS]
;
// Criando uma funзгo que detecta o sotaque do jogador...
stock GetPlayerSotaque(p){
    static 
_stq[32];
    switch(
gSotaque[p])
    {
        case 
sNO_stq "Nenhum";
        case 
sBR_stq "Brasileiro";
        case 
sEN_stq "Americano";
        case 
sGE_stq "Alemao";
    }
    return 
_stq
}
// Funзгo para dar sotaque ao jogador:
gSotaque[playerid] = sBR// Brasileiro (Exemplo)
// Mostrando o sotaque...
new string[128];
format(string,  128"Seu sotaque й: %s"GetPlayerSotaque(playerid));
SendClientMessage(playerid, -1string); 
Reply


Messages In This Thread
OnPlayerText - by iTzMatheus - 29.05.2016, 23:44
Re: OnPlayerText - by zSuYaNw - 30.05.2016, 02:34

Forum Jump:


Users browsing this thread: 1 Guest(s)