Wow ich gucke es mir an und sehe es nicht einmal, array ist zu klein? ist damit die [20] gemeint?
Code
{
new string[250],Autoschein[20],Motorradschein[20];
if(pInfo[playerid][pAutoschein]){Autoschein="{FFFFFF}•Autoschein";}else{Autoschein="{{c45461}}•Autoschein";}
if(pInfo[playerid][pMotorradschein]){Motorradschein="{FFFFFF}•Motorradschein";}else{Motorradschein="{{c45461}}•Motorradschein";}
format(string,sizeof(string),"%s\n%s",Autoschein,Motorradschein);
ShowPlayerDialog(playerid,5555,DIALOG_STYLE_MSGBOX,"{FFFFFF}Scheine",string,"Schließen","");
}
Alles anzeigen
Code
(1931) : warning 217: loose indentation
(1931) : error 047: array sizes do not match, or destination array is too small
(1932) : error 047: array sizes do not match, or destination array is too small
(1932) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.