Okay hab es mir angesehen also bei mir gings nicht falls es bei dir auch nicht funkt versuch es mal so
new string[250],AutoSchein[20],MotoSchein[20];
if(pInfo[playerid][pAutoschein]){AutoSchein="{grün}•Autoschein";}else{AutoSchein="{rot}•Autoschein";}
if(pInfo[playerid][pMotorrad]){MotoSchein="{grün}•Motorradschein";}else{MotoSchein="{rot}•Motorradschein";}
format(string,sizeof(string),"%s\n%s",AutoSchein,MotoSchein);
ShowPlayerDialog(playerid,5555,DIALOG_STYLE_MSGBOX,"{FFFFFF}Lizenzen",string,"Okay","");