Jump to content

cletus

Members
  • Posts

    182
  • Joined

  • Last visited

Everything posted by cletus

  1. both links are broken. i need the atf cv because i broke my file. can anyone send it to me or post it?
  2. this is true.... i just may have to do that.
  3. im gussing it did not lol. i have the file that works but not sure if i can release it....
  4. GameObjectList l4; Game::CollectObstaclesOnVirtualObject(VO_PARK03, l4, ACTOR_VEHICLE); if(l4.GetNumObjects() == 0) { l1 = Game::GetActors(VO_PARK03); ParkinglotFound = true; } if (!ParkinglotFound) { GameObjectList l5; Game::CollectObstaclesOnVirtualObject(VO_PARK06, l5, ACTOR_VEHICLE); if(l5.GetNumObjects() == 0) { l1 = Game::GetActors(VO_PARK06); ParkinglotFound = true; } if (!ParkinglotFound) { i think i see your issue, your missing 4 and 5. you jumped. also did you create the spots in the editor?
  5. i will test that but i changed nothing there. i took one out but the game keeps crashing so i guess it needs all 3
  6. i have up to ten parking spaces for patrol cars to park. not counting swat parking. here is my script... maybe together we can figure it out. every thing in the script works.the high lighted blue is where if i add anther car it says the statment is too long. if u need a better view let me know. it would not allow me to sent the file to you.
  7. looks a lot like mine lol. how do you get the vo to rotate? all my cars are parked in the same direction. i also can hold up to 10 cares in mine but my issue is that i can not call the car 9 or 10 in the call patrol script do to the statementbeing to long. is there a way to fix that part of it?
  8. i like your script already lol. i have been wanting to do someting like that. do you have a pic i can l;ook at to see how it is set up?
  9. yeah i noticed then stop giving put the editor. i think its nearly imposable with out it unless you are really great at making scripts.
  10. I have added several police station parking spots in the l.a mod with explorer 4x4 mod. in the script call patrol car i have added all the changes. when i call for back up in the mod i get a error stating that the "statment is to long". is there away to fix that?
  11. i just added 10 parking spaces but i cant call all the units for back up do to a error.
  12. Where is that option at? i been looking at how to change the door angles for a while now.
  13. im confused... is this now updated to l.a 2.0 or what ever it is?
  14. i figured it out.... there were additional units submod cars taken out but what i unlocked did not match the portraits file... i still need to test this theroy but im pretty sure thats what it is
  15. i have a issue when i unlock the units that explorer took out... i use to not have this issue... am i forgeting something? the issue is that once i unlock all of the cars it will not let me dispatch other units
  16. once again i can start working on lights!!! would u like the help?
  17. the server crashed making the original links dead. i had a copy of the file and posted it how ever that might had been post ago.... i agree with 4x4 on having the link moved to the first post. how ever this is not the only mod that needs this done...
  18. so do you need additional help or are we good here?
×
×
  • Create New...