Jump to content

Hoppah

Members
  • Posts

    7,379
  • Joined

  • Last visited

  • Days Won

    292

Everything posted by Hoppah

  1. This is what I am riding: Yes, a red one.
  2. When you try to install the third patch and LA Mod v1.9 is not installed.
  3. Hoppah

    LA mod 1.8

    Cookie first. Then you both get nothing! This is not about kids wanting candy. edit: topic reopened, I still don't know the exact reason why v1.8 should be uploaded. v1.9 has everything v1.8 also has/had.
  4. You're forgetting Freelance Moderator. I am a student and I also work in a store. Sounds like you still need to learn some English before you are going to be a non-commissioned officer. And we are not pulling back out of Afghanistan yet. The Dutch government has planned that for august 2010, when the mission in Uruzgan province actually ends, not earlier.
  5. You just copied the parts and changed the text? That's not how scripting works. You need to define the amount of fines. There were 4, now there are 8. Look closely to the changed parts: } int Money = Mission::GetMoneyLeft(); int Fine; int Chance = Math::rand() % 8; if (Chance == 0) { Fine = 800; Mission::PlayHint("Driver fined for speeding. You've earned 800 credits!"); } else if (Chance == 1) { Fine = 300; Mission::PlayHint("Driver fined for expired registration sticker. You've earned 300 credits!"); } else if (Chance == 2) { Fine = 200; Mission::PlayHint("Driver fined for a missing tail light. You've earned 200 credits!"); } else if (Chance == 3) { Fine = 600; Mission::PlayHint("Driver fined for failure to use a seatbelt. You've earned 600 credits!"); } else if (Chance == 4) { Fine = 300; Mission::PlayHint("Driver fined for missing head light. You've earned 300 credits!"); } else if (Chance == 5) { Fine = 250; Mission::PlayHint("Driver fined for missing inspection skicker. You've earned 250 credits!"); } else if (Chance == 6) { Fine = 1000; Mission::PlayHint("Driver fined for failure to use a car seat. You've earned 1000 credits!"); } else if (Chance == 7) { Fine = 750; Mission::PlayHint("Driver fined for littering. You've earned 750 credits!"); } int NewMoney = Money + Fine; Mission::SetMoney(NewMoney); } } };
  6. Hoppah

    LA mod 1.8

    No, I just like the picture. I am actually not a big fan of science fiction movies/shows.
  7. So there aren't any rules except that they have to be taken by yourself?
  8. Yes, you may use them.
  9. Once in 3 days is doable. I just don't know what causes it.
  10. Detach these polygons before UV-mapping.
  11. You shouldn't get the message, because I usually don't get that error. Maybe you installed a submod? They might cause the error.
  12. Hoppah

    Version 1.8

    I suppose this topic can be closed? = TOPIC CLOSED =
  13. You are free to create your own models and release them, no matter if the model has been made before. Nobody has any right to forbid you making a model. We just might to verify the model is actually yours by comparing it. This topic reminds me of a topic on 'the German forum'. I believe it was about some guy who was complaining about the fact other people were making the same model(s) as he did. I laughed my ass off.
  14. One of the other pictures of the same uploader has a logo with the text Lëtzebuerg.
  15. Some people still reported problems after installing the patch. I was not able to reproduce the problem after patch 3.
  16. The installer works great. I am not responsible for kids who can't or don't read.
  17. Right click the icon and press Properties? Compare that with the 911 FR icon properties.
×
×
  • Create New...