04.03.2014, 16:50
Try something like this
this should help but i dont know cause untested
pawn Код:
new coordsstring[2048];
format(coordsstring,sizeof(coordsstring), "Name:[%s] Level:[%d] Sex:[%s] Health:[%.1f]\n Team:[%s] Respect:[%d] Talent:[%s] Playerhours:[%d]\n Membership:[%s] Relationship:[%s] Skin:[%d] Admin Level:[%d]\n Faction:[%s] Rank:[%s]",name,level,atext,health,ttext,respect,stext,time,vtext,relation,skin,aleve,ftext,rtext);
ShowPlayerDialog(playerid,STATS,DIALOG_STYLE_MSGBOX,"Stats",coordsstring,"Close","");
this should help but i dont know cause untested