Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. new vcistacs[7];
  2. vcistacs[0] = AddStaticVehicleEx(600,2230.3843000,-2166.3811000,13.5392000,135.0000000,-1,-1,15); //Burrito
  3. vcistacs[1] = AddStaticVehicleEx(600,2233.3604000,-2169.3613000,13.5392000,135.0000000,-1,-1,15); //Burrito
  4. vcistacs[2] = AddStaticVehicleEx(600,2235.9653000,-2171.8752000,13.5392000,135.0000000,-1,-1,15); //Burrito
  5. vcistacs[3] = AddStaticVehicleEx(600,2238.8159000,-2174.7568000,13.5392000,135.0000000,-1,-1,15); //Burrito
  6. vcistacs[4] = AddStaticVehicleEx(600,2241.2100000,-2177.1819000,13.5392000,135.0000000,-1,-1,15); //Burrito
  7. vcistacs[5] = AddStaticVehicleEx(600,2244.1702000,-2179.9221000,13.5392000,135.0000000,-1,-1,15); //Burrito
  8. vcistacs[6] = AddStaticVehicleEx(600,2246.3711000,-2182.0437000,13.5392000,135.0000000,-1,-1,15); //Burrito
  9. // CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0); // Object will render at its default distance.
  10. new obj[7];
  11. for(new i;i < 8;i++)
  12. {
  13. obj[i] = CreateObject(19601, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0);
  14. AttachObjectToVehicle(obj[i], vcistacs[i], 0.000000, 2.640012, -0.604999, 0.000000, 0.000000, -180.630065);
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement