[HELP]Display Player Stats in a DIALOG_STYLE_MSGBOX
#3

here is an example of a msgbox which show the player wanted level :
Код:
if(strcmp(cmd, "/stats", true) == 0)	{
new string[128];
format(string,sizeof(string),"Wanted Level:%d",GetPlayerWantedLevel(playerid));
ShowPlayerDialog(playerid,123321,DIALOG_STYLE_MSGBOX,"Stats",string,"Ok","Cancel");
return 1;
}
Reply


Messages In This Thread
[HELP]Display Player Stats in a DIALOG_STYLE_MSGBOX - by [NYRP]Mike. - 05.12.2009, 18:20
Re: [HELP]Display Player Stats in a DIALOG_STYLE_MSGBOX - by Onyx09 - 24.04.2010, 14:28
Re: [HELP]Display Player Stats in a DIALOG_STYLE_MSGBOX - by aircombat - 24.04.2010, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)