[Request] Can make dialog in stats?
#2

For example:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/stats", true))
{
new string[128];
format(string, sizeof(string), "Kills: %d\nDeaths: %d", stat1, stat2);
ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "Stats", string, "Close", "Close");
return 1;
}
return 0;
}
Try something like this.
Reply


Messages In This Thread
[Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 12:04
Re: [Request] Can make dialog in stats? - by Nonameman - 25.08.2010, 13:09
Re: [Request] Can make dialog in stats? - by Pawno_Master - 25.08.2010, 14:06
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 14:44
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:12
Re: [Request] Can make dialog in stats? - by mrcoolballs - 25.08.2010, 15:26
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:42
Re: [Request] Can make dialog in stats? - by mrcoolballs - 25.08.2010, 15:50
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:55
Re: [Request] Can make dialog in stats? - by Souvlaki - 25.08.2010, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)