dialog doesnt show up
#1

The prints are showing up, but dialog doesnt pop up.

PHP код:
new dString[200], dStCat[200*MAX_ACTORS_HISTORY], dokass[50];
        
format(dString160"Vardas\tPatirtis / lygis \tPinigш sk.\tTurimi dokumentai\n");
        
strcat(dStringdStCat);
        for (new 
jMAX_ACTORS_HISTORY++){
            switch(
historyActors[j][Docs]){
                case 
0dokass "neturi jokiш dokumentш";
                case 
1dokass "turi B kat. teises";
                case 
2dokass "turi tik sveikatos paюymа";
                case 
3dokass "turi B kat. teises ir sveikatos paюymа";
            }
            
format(dString160"%s\t%d / %d\t%d\t%s\n"historyActors[j][NameActor], historyActors[j][Experience], historyActors[j][Level], historyActors[j][Money], dokass);
            
strcat(dStringdStCatsizeof(dString));
            
printf"%s\t%d / %d\t%d\t%s\n"historyActors[j][NameActor], historyActors[j][Experience], historyActors[j][Level], historyActors[j][Money], dokass);
        }
        
ShowPlayerDialog(playerid3DIALOG_STYLE_TABLIST_HEADERS"Istorijos pasirinkimas"dStCat"Rinktis""");
        
printf("dialogas?"); 
Reply


Messages In This Thread
dialog doesnt show up - by bogushas - 05.11.2017, 00:27
Re: dialog doesnt show up - by AlexMSK - 05.11.2017, 00:43
Re: dialog doesnt show up - by Sew_Sumi - 05.11.2017, 01:31
Re: dialog doesnt show up - by Konstantinos - 05.11.2017, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)