It still doesn't appear on mermaids and why writing was black if I've done the White
Код:
//infernus
CopCar[54] = AddStaticVehicleEx(411, 1759.9391,-1678.6993,13.2977,89.9601, 0, 0, CAR_RESPAWN);
new sirena1 = CreateObject(19327, 0.0, 0.0, 0.0, 0.00000, 0.00000, 0.00000); // create the object
SetObjectMaterialText(sirena1, "POLICE", 0,OBJECT_MATERIAL_SIZE_512x512,
"White", 90, 1, 0xFF000000, 0x0000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER); //re-texture the object(and make it invisible)
AttachObjectToVehicle(sirena1, CopCar[54], 0.0, -1.9, 0.3, 270.0, 0.0, 0.0);// attach and angle to the object
CopCar[55] = AddStaticVehicleEx(411, 1759.9198,-1672.6251,13.2935,90.3723, 0, 0, CAR_RESPAWN);
new sirena2 = CreateObject(19327, 0.0, 0.0, 0.0, 0.00000, 0.00000, 0.00000); // create the object
SetObjectMaterialText(sirena2, "POLICE", 0,OBJECT_MATERIAL_SIZE_512x512,
"White", 90, 1, 0xFF000000, 0x0000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER); //re-texture the object(and make it invisible)
AttachObjectToVehicle(sirena2, CopCar[55], 0.0, -1.9, 0.3, 270.0, 0.0, 0.0);// attach and angle to the object