[AJUDA]Sistema de Clгn
#6

Cristhian, fiz um code com as informaзхes do meu sistema de clг e fico da seguinte forma.

PHP код:
    if(text[0] == '!')
    {
        
format(stringsizeof(string), "/Clans/clan%d.ini"PlayerName(playerid));
        if(
dini_Exists(string))
        {
            if(
strcmp(dini_IntSet(file"Clan"), "Nenhum"false))
            {
                new
                    
tmp[128]
                ;
                
strmid(tmptext1strlen(text));
                if(!
strlen(tmp))
                {
                    
SendClientMessage(playeridVermelho"| ERRO | Uso correto: ! [ Mensagem ]");
                    return 
0;
                }
                else
                {
                    for(new 
0MAX_PLAYERSc++)
                    {
                        if(
IsPlayerConnected(c))
                        {
                            
format(stringsizeof(string), "/Clans/clan%d.ini"PlayerName(c));
                            if(
strcmp(dini_IntSet(file"Clan"), "Nenhum"false))
                            {
                                if(
strcmp(dini_IntSet(file"Clan"), true) == 0)
                                {
                                    
format(gstringsizeof(gstring), "| Chat Clг | %s: %s"PlayerName(playerid), tmp);
                                    
SendClientMessage(c0x00FF00AAgstring);
                                }
                            }
                        }
                    }
                    return 
0;
                }
            }
        }
    } 
Deu 2 erros de undefined simbol string, ai coloquei
PHP код:
new string[256]; 
Apreceu mas 7 erros :S
Reply


Messages In This Thread
[AJUDA]Sistema de Clгn - by RedBulL_x - 12.12.2011, 22:18
Re: [AJUDA]Sistema de Clгn - by Cristhian - 12.12.2011, 22:34
Re: [AJUDA]Sistema de Clгn - by RedBulL_x - 12.12.2011, 22:48
Respuesta: [AJUDA]Sistema de Clгn - by chapa - 12.12.2011, 23:10
Re: [AJUDA]Sistema de Clгn - by Cristhian - 12.12.2011, 23:17
Re: [AJUDA]Sistema de Clгn - by RedBulL_x - 12.12.2011, 23:58
Re: [AJUDA]Sistema de Clгn - by AppleX - 13.12.2011, 00:11
Re: [AJUDA]Sistema de Clгn - by RedBulL_x - 13.12.2011, 00:23
Re: [AJUDA]Sistema de Clгn - by shadauer - 13.12.2011, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)