SA-MP Forums Archive
problem with dialog /stats help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: problem with dialog /stats help (/showthread.php?tid=462940)



problem with dialog /stats help - Kapone21 - 09.09.2013

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



Re: problem with dialog /stats help - Kapone21 - 09.09.2013

help


Re: problem with dialog /stats help - Kapone21 - 09.09.2013

why no-one help me?! (