23.12.2012, 04:59
pawn Код:
ShowPlayerDialog(playerid, DIALOG_STATS, DIALOG_STYLE_MSGBOX, "Stats", "Name : %s | Admin Level : %d | VIP : %d | Score : %d | Cash : %d", "Close", "",GetName(playerid), pInfo[playerid][pAdmin], pInfo[playerid][pVip], GetPlayerScore(playerid), GetPlayerMoney(playerid));

