Guten Tag,
ich bekomme in meinem Car Ownership [FS] folgenden Error:
Wie behebe ich diesen?
Die Zeilen:
public OnVehicleRespray(vehicleid, color1, color2)
{
for(new i = 0; i < sizeof(CarInfo); i++)
{
if(vehicleid == CarInfo[i][ownedvehicle])
{
CarInfo[i][cColorOne] = color1;
CarInfo[i][cColorTwo] = color2;
printf("[FS]CarOwnership report");
printf("** Car %s[%d] painted %d and %d",CarInfo[i][cDescription],i,color1,color2);
}
}
return 1;
}
Und schreibt bitte nicht so was wie http://www.gidf.de oder ähnliches. Ich habe schon Google benutzt und bin zu keinem Ergebnis gekommen.
MfG. Cody09