02.04.2017, 20:05
PHP Code:
new string[1024];
format(string,sizeof(string),"{FFB400}Detective Level: {FFFFFF}%d{FFB400} - (%d more times to level up)\n{FFB400}Lawyer Level: {FFFFFF}%d{FFB400} - (%d more times to level up)\
{FFB400}Whore Level: {FFFFFF}%d{FFB400} - (%d more times to level up)\n{FFB400}Drugs Dealer Level: {FFFFFF}%d{FFB400} - (%d more times to level up)"
,PlayerInfo[playerid][pDetSkill],PlayerInfo[playerid][pLawSkill],PlayerInfo[playerid][pSexSkill],PlayerInfo[playerid][pDrugsSkill]);//keep going
ShowPlayerDialog(playerid,303,DIALOG_STYLE_MSGBOX,"Jobs Level",string,"Close","");