Why nothing shows me ?
#1

Logically, it works. But here, don't

PHP код:
stock DialogParticules(playerid
{     
    new 
        
string[64], 
        
string2[sizeof(string) * sizeof(pInfo) + 1]; 
     
    for(new 
0sizeof(pInfo); i++) 
    { 
        switch(
i
        {         
            case 
FIN_CHAPEAU_TETEFIN_MAINSFIN_FAMILIER: continue; 
            case 
TITRE_CHAPEAU_TETE,  TITRE_MAINS,  TITRE_FAMILIERformat(stringsizeof(string), "%s\n"string_particules[i]); 
            default: 
format(stringsizeof(string), "%s : %s\n"string_particules[i], activate[pInfo[playerid][pInfo_:i]]); 
        } 
         
        print(string); 
         
        
strcat(string2string); 
         
        print(
string2); // Here it works
    

     
    print(
string2); // <--- Here it doesn't work :(
     
    
return Dialog_Show(playeridDialogParticulesDIALOG_STYLE_LIST"Particules & Accessoires"string2"Ok""Fermer"); 

Reply


Messages In This Thread
Why nothing shows me ? - by Dutheil - 15.06.2015, 22:08
Re: Why nothing shows me ? - by Swyft™ - 15.06.2015, 22:38
Re : Why nothing shows me ? - by Dutheil - 15.06.2015, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)