Hi,
ich habe ein Problem, undzwar das hier.
(1918) : error 028: invalid subscript (not an array or too many subscripts): "carid"
(1919) : error 001: expected token: "}", but found "if"
(1922) : error 010: invalid function or declaration
und das hab ich verändert
public IsABoat(carid)
{
if(carid >= 0 && carid <=0)
{
return 1;
}
return 0;
}
public IsAPlane(carid)
{
if(carid==0)
{
return 1;
}
return 0;
}
public IsACopCar(carid)
{
if((carid >= 0) && (carid <= 0)
{
if(carid == 0) { return 0; }
return 1;
}
return 0;
}
public IsAnAmbulance(carid)
{
if((carid >= 0) && (carid <= 0)|| carid == 0)
{
return 1;
}
return 0;
}
weil ich probleme hatte.
ich bin irgendwo draufgestiegen und dann stand da stealing a police vehicle etc und z.b. du hast kein flugschein
du hast kein bootscheinetc
wäre nett wenn mir einer helfen würde danke im vorraus