[HELP]/stats Message box
#3

PHP код:
new StatsMenu[120], DialogStats[64]; //Don't forget to increase the value of the string 'StatsMenu[The value]'
strcat(StatsMenu"---------------------------------------------");
format(StatsMenusizeof(StatsMenu), "%sRank VIP(with string)\n"StatsMenustring(here); //e.g: Gold VIP, make it with a string 
format(StatsMenusizeof(StatsMenu), "%s{FFFFFF}Level: %d\n"StatsMenuPlayer[user][pLevel]);
format(StatsMenusizeof(StatsMenu), "%s{FFFFFF}Gender: %s\n"StatsMenugender);
format(StatsMenusizeof(StatsMenu), "%s{FFFFFF}Date of Birth: %d\n"StatsMenuPlayer[user][pDateBirth]); //Continue like this ..
strcat(StatsMenu"---------------------------------------------");
format(DialogStatssizeof(DialogStats), "Showing Statistics of %s"Get the name of the player);
ShowPlayerDialog(playerididDialogDIALOG_STYLE_MSGBOXDialogStatsStatsMenu"Next Page""Close"); 
Reply


Messages In This Thread
[HELP]/stats Message box - by masterwer - 04.07.2016, 23:32
Re: [HELP]/stats Message box - by Dayrion - 05.07.2016, 00:34
Re: [HELP]/stats Message box - by Maximun - 05.07.2016, 00:56

Forum Jump:


Users browsing this thread: 2 Guest(s)