13.05.2012, 22:43
i made a thingy and i dont know how to attach that on all taxi vehicles..i want it to stay like normaly on taxi can someone help?
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsACopCar(newcar))
{
new objectid = CreateObject(19311);
new newcar = GetPlayerVehicleID(i);
AttachObjectToVehicle(19311, newcar, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
return 1;
}
}