habe folgendes problem :
also es spawnen immer 2 cars aufeinander:
es sind 2 textteile im script drin :
1.
ZitatAlles anzeigenAddCar(i);AddStaticPickup()
}
CarInit();*/
CreateVehicle(525,1927.0195,-1794.9001,13.2630,90.8044,0,6,30000); // GS9 Towtruck 1
CreateVehicle(525,1919.1304,-1795.0109,13.2584,90.8058,0,6,30000); // GS9 Towtruck 2
AddStaticVehicleEx(598,2779.3843,-2434.2644,13.3568,88.5203,99,1,30000); // Army police 1
AddStaticVehicleEx(598,2779.4299,-2439.7708,13.3572,88.1692,99,1,30000); // Army police 2
AddStaticVehicleEx(598,2779.1882,-2471.9214,13.3576,86.6550,99,1,30000); // Army police 3
AddStaticVehicleEx(598,2779.1497,-2477.8547,13.3590,86.9500,99,1,30000); // Army police 4
AddStaticVehicleEx(432,2791.3584,-2494.2971,13.6588,89.3376,43,0,30000); // Army tank 5
das zweite:
ZitatAlles anzeigen// Car Spawns
/*for(new h = 0; h < sizeof(HouseInfo); h++)
{
AddStaticVehicleEx(HouseInfo[h][hVec], HouseCarSpawns[h][0], HouseCarSpawns[h][1], HouseCarSpawns[h][2], HouseCarSpawns[h][3], HouseInfo[h][hVcol1], HouseInfo[h][hVcol2], 60000);
gCarLock[h+1] = 1;
}//34*/
//-------------------------------------------------------------------------------------------
AddStaticVehicleEx(598,2779.3843,-2434.2644,13.3568,88.5203,99,1,30000); // Army police 1
AddStaticVehicleEx(598,2779.4299,-2439.7708,13.3572,88.1692,99,1,30000); // Army police 2
AddStaticVehicleEx(598,2779.1882,-2471.9214,13.3576,86.6550,99,1,30000); // Army police 3
AddStaticVehicleEx(598,2779.1497,-2477.8547,13.3590,86.9500,99,1,30000); // Army police 4
AddStaticVehicleEx(432,2791.3584,-2494.2971,13.6588,89.3376,43,0,30000); // Army tank 5
wenn ich 1 von den beide entferne kommt das problem das ich z.b wenn ich police car einsteige es mieten kann oO