[Help] Dialogs..
#2

Full code pls ?
pawn Код:
new stringaccount[1024];
{
    format(stringaccount, sizeof(stringaccount), "{FFFE6B}Level{FFFFFF}: %d | {FFFE6B}Exp{FFFFFF}: %d/%d | {FFFE6B}Money in hand{FFFFFF}: %d | {FFFE6B}Admin{FFFFFF}: %d\n",PlayerInfo[playerid][pLvel],PlayerInfo[playerid][pExp],ExpRequest,PlayerInfo[playerid][pMoney],PlayerInfo[playerid][pAdminMS]);
    format(stringaccount, sizeof(stringaccount), "{FFFE6B}Sex{FFFFFF}: %s |{FFFE6B}Age{FFFFFF}: %d  | {FFFE6B}Nacionality{FFFFFF}: %s | {FFFE6B}Clan{FFFFFF}: %s {FFFE6B}Job{FFFFFF}: %s", gender, PlayerInfo[playerid][pAge],NacionalitySite,ClanIs,JobAccount);
    ShowPlayerDialog(playerid, DIALOG_CUENTA, DIALOG_STYLE_MSGBOX, "Your Account", stringaccount, "Ok", "");
    return 1;
}
Maybe that fix it
Reply


Messages In This Thread
[Help] Dialogs.. - by juandiegox - 24.04.2014, 01:34
Re: [Help] Dialogs.. - by ChandraLouis - 24.04.2014, 04:30
Re: [Help] Dialogs.. - by BroZeus - 24.04.2014, 04:50
Re: [Help] Dialogs.. - by juandiegox - 24.04.2014, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)