problem with dialog /stats help
#1

Ok well
If i try this:
Code:
      new str[1024];
 		format(str,1024,"\t\t\t\t\t\t\t\t"color_green"Informatii despre cont\n");
 		format(str,1024,"%s"color_cyan"Nume jucator: %s - "color_red"%02d.%02d.%02d\n\n\n",str,name,d,m,y);
 		format(str,1024,"%s"color_red"Cont:"wh":  \tNivel:[%d] Sex:[%s] Ore jucate:[%s] Bani:[%s] Banca:[%s] Nr.telefon:[%s] Salariul:[%s] RP:[%s]\n",str,level,atext,ptime,cash,account,pnumber,spayday,exp);
		ShowPlayerDialog( playerid, 6518, DIALOG_STYLE_MSGBOX, " ", str, "Gata", "" );
Yea work but don't show all informations (only nivel - bani)
If i try this
Code:
        new str[2024];
 		format(str,2024,"\t\t\t\t\t\t\t\t"color_green"Informatii despre cont\n");
 		format(str,2024,"%s"color_cyan"Nume jucator: %s - "color_red"%02d.%02d.%02d\n\n\n",str,name,d,m,y);
 		format(str,2024,"%s"color_red"Cont:"wh":  \tNivel:[%d] Sex:[%s] Ore jucate:[%s] Bani:[%s] Banca:[%s] Nr.telefon:[%s] Salariul:[%s] RP:[%s]\n",str,level,atext,ptime,cash,account,pnumber,spayday,exp);
		ShowPlayerDialog( playerid, 6518, DIALOG_STYLE_MSGBOX, " ", str, "Gata", "" );
don't work. unknown command

How can i make a maybe big dialog to show full info
Reply
#2

help
Reply
#3

why no-one help me?! (
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)