Guten Abend Brötchen,
Ich habe grad die LSPD Cars getuned dann kommt dieser Error :
error 033: array must be indexed (variable "PolizeiVehs")
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
Hier ist der Code :
if(vehicleid == PolizeiVehs)
{
AddVehicleComponent(PolizeiVehs, 1010);
AddVehicleComponent(PolizeiVehs, 1098);
AddVehicleComponent(PolizeiVehs, 1087);
}
Ich hoffe ihr könnt mir helfen ;D