09.11.2012, 18:04
PHP код:
#include <sscanf2>
#include <zcmd>
#define DIALOG_TOP 1
OnPlayerCommand...
CMD:top(playerid,params[])
{
ShowPlayerDialog(playerid, DIALOG_TOP, DIALOG_STYLE_MSGBOX, "Duel Top Members", "User: %s Kills: %d Deaths: %d", "Close", "");
return 1;
}