the attach object in vehicle is in a strange color, different from the original texture, but when it is streamed by the 2x time (or re-spawn vehicle), it adjusts itself!
https://www.youtube.com/watch?v=3Rw2XWYk-mI
https://www.youtube.com/watch?v=3Rw2XWYk-mI
PHP Code:
...
KART[9]= AddStaticVehicle(571, 379.5376, -2086.1985, 7.3920, 0.0000, -1, -1);
for(new i=0; i < MAX_KARTS; i++)
AttachDynamicObjectToVehicle(CreateDynamicObject(KART_MODEL, 355.6, -2048.3, 7.0, 0.0,0.0,0.0), KART[i], 0.0,0.0,0.8,0.0,0.0,0.0);