[Ajuda] Comando dando erro!
#2

PHP код:
public HeadCLATexto()
{
    for(new 
i=0i<MAX_PLAYERSi++)
    {
        new 
string[256], arquivo[40], name[MAX_PLAYER_NAME];
        
GetPlayerName(iname32);
        
format(arquivo40"cla/%s.ini"name);
        if(
DOF2_FileExists(arquivo))
        {
            new 
bcla;
            
bcla DOF2_GetString(arquivo"cla"); //O ERRO Й NESSA LINHA!
            
format(stringsizeof string,"%s",bcla);
            
SetPlayerChatBubble(i,string0x00FFFFFF100.010000);
        }
    }
    return 
1;

Reply


Messages In This Thread
Comando dando erro! - by jefrens - 27.11.2015, 15:09
Re: Comando dando erro! - by Whoo - 27.11.2015, 15:37
Re: Comando dando erro! - by cicinho - 27.11.2015, 16:08
Re: Comando dando erro! - by Thider - 27.11.2015, 17:00

Forum Jump:


Users browsing this thread: 2 Guest(s)