Jump to content

Dominic22

Members
  • Posts

    217
  • Joined

  • Last visited

Everything posted by Dominic22

  1. I'll download it from my site and see if I get the error.
  2. It's working fine for me as well, give me a second and I'll give you a different link.
  3. Your getting that error when trying to download the sub-mod?
  4. I am assuming you are talking about my website is giving the error? If you are please try again because I just tried and it's working perfectly.
  5. Yeah, but once I add the command to the vehicle the editor makes the change to that vehicle. I just need to know which file it made the change to. Because thegtaman's editor does not work.
  6. I would but I'm not exactly sure which file it makes the change to.
  7. I have uploaded the sub-mod to my website. I believe ShaneGreen will post the link soon.
  8. None of them are working the way I wanted them to.
  9. Well, how would I go about making it follow the vehicle? Like how the siren does.
  10. Okay, you know how when you turn on the sirens and where ever the truck is the siren is? Well with the airhorn it stays in the place it's activated while the truck is still moving.
  11. Okay, here is the link to the download. http://lamodificationcenter.com/index.php?...einfo&id=22 Enjoy!
  12. May I post the link to the file? I just finished uploading it to my website. Also, you can just click my sig picture.
  13. I like it. Nice job keep up the good work.
  14. Oh, thank you very much Hoppah!! I did not even notice it was here.
  15. I know I had the suicide on the train tracks while playing on Wood's map. Also, I forgot to add the short circuit box. But by short circuit I meant the original one.
  16. Fall Heart Attack Stroke Circulatory Collapse Shock Food Poisoning Flash Strike Random Fire Cigarette Fire Shoplifting Car Theft Car Accident Rabid Dog Traffic Light Failure Railroad Crossing Failure Rowdy Person Bomber Arsonist Illegal Demostration Gas Explosion Suicide By Window Suicide By Track Suicide By Water Hostage Taking Bank Robbery Pick pocketing Civil Car Defect Short Circuit Running Amok Becoming Murder Earth Quake ------------------ Deluxe Events Bird Flu Hail Storm Amok Driver Traffic Jam Hydrant Damage Saboteur Electric Shock Sniper Missing Person Homicide Radioactive Cloud Zombies Sylvester
  17. Well, the script worked. But, the airhorn does not stick with the truck. Like, lets say I hit the button when the truck is leaving the station, the siren stays at the station instead of staying on the truck. How do I fix that?
  18. Awesome idea! Hopefully someone will be able to do this.
  19. Yes that is it. You want to change this part <MinDurationBetweenEvents value = "100.0" /> [100.0 is veranderd, oorspronkelijk 30.0] change to "100" to a higher number. I once set mine to 500 , I don't recommend doing that though.
  20. I'm not sure how to fix it. Sorry. But the error I kept getting I got rid of by using this code int DummyGroup = 22; object VcmdHorn : CommandScript { VcmdHorn() { SetIcon("sirens"); SetCursor("sirens"); SetRestrictions(RESTRICT_SELFEXECUTE); SetPossibleCallers(ACTOR_VEHICLE); } bool CheckPossible(GameObject *Caller) { if (!Caller->IsValid()) return false; return true; } bool CheckTarget(GameObject *Caller, Actor *Target, int childID) { if (!Target->IsValid() || Target->GetID() != Caller->GetID()) return false; return true; } void PushActions(GameObject *Caller, Actor *Target, int childID) { Vehicle v(Caller); int hornsoundID; Vector CarPos = v.GetPosition(); hornsoundID = Audio::PlaySample3D("mod:Audio/FX/Sirens/airhorn.wav", CarPos, false); //Audio::StopSample(hornsoundID); } }; object DummyHasSiren : CommandScript { DummyHasSiren() { SetGroupID(DummyGroup); } bool CheckTarget(GameObject *Caller, Actor *Target, int childID) { return false; } void PushActions(GameObject *Caller, Actor *Target, int childID) { } }; The only problem now is getting it to shut off. It stays on.
  21. Yes, I believe that is correct. Well, when I load 1.9 I get that error that I posted in my last message. Also, I ignored it and went into game and most of the commands are gone and the icon can't even be clicked. I guess we will have to wait for SAP to read this and reply.
  22. Sorry. I must have installed it wrong. Thanks. **EDIT** Okay, when I try loading LA Mod 1.9 I get this error
  23. So, will there be a script that will work for 1.9?
  24. Well, about 40 minutes remaining until the download is finished. But, I probably wont get to play it for a bit. I'll make a few changes right off the back.
×
×
  • Create New...