Jump to content

USman

Members
  • Posts

    177
  • Joined

  • Last visited

Posts posted by USman

  1. finally! I almost think we should be greatful for all BP has done with this spill. Look at the other two companies, I cant even remeber there names anymore, that were also blamed. What have they done to help? BP has taken almost all responsibility. Oh and how about that BS that Mr. Obama was feeding us on we are to let BP handel it? Well we can invade a flippin country, region, but we cant go into international waters to help clean up the oil? Then you take into consideration our military arsonal, said to be best in the world, and then look at our capibilities to clean up oil! We have even had one almost as bad as this in Alaska! We should have learned! Then the other night I was watching the news and the guy commented on the fact there was a leak equal to this one around South Africa, why did we not hear of this until now? Why didn't we develope technology then? We need REAL change not Obama change! we havent had a democracy since FDR before he started wel fare and such! Even then it was a modified verson! at the start of the 20th centry is when we lost our true democracy! Thank you for reading!

    Concerened, USman :1046276128_motz:

  2. Well i dont bother keeping up with mobile hardware to much but i can tell you thats a pretty low end cpu, video card might be low end to. Thats the problem with laptops you make major sacrifices in the performance department to have mobility. It may suit your needs depending on what your going to do. The only aspect of EM4 that needs a really good computer is map making seeing as the textures are 300MB+ images before going in to the game. Although the more power the better by all means.

    Whats your budget and what are your needs?

    my purpose is to get off of our old modem that has windows xp and that cant get read dvds. I will use google sketch up and put on a few games and use it for homework, My budget is extreamly low. I have already bought this laptop and it gets the job done! I just wanted to know if it was any good. one thing I dont like is i cant run em4 on high graphics without tons of lag, low graphics there is no lag.

    Thanks for a response, USman :prop:

  3. here is one:

    side.jpg

    sideangle.jpg

    Front.jpg

    I am working on another one, if you PM me or post model of vehicle you want I can give that a go, or even a random one.

    Thanks, USman :prop:

    EDIT: here is a rescue that I did really quick, I will add more detail tomorrow.

    EDIT: new photos posted, I was busy today and thats why it took so long. I am working on a ladder as of now just need a little more detail.

    rescue2rear.jpgrescue2angle.jpg
  4. It is much harder then you think, unless you already have the skills needed, but I came in thinkingit will be easy too. I sugest you take time and learn the skills needed. The people on this forum are mostly very nice! I wish you luck!

    Good luck, USman :prop:

    BTW :welcome: to the forum!

  5. It is okay I will start the scripts latter today, maybe tomorrow and leave room for edit where I will need it. Thank you for working on the compaitibility I am looking forward to installing this soon, but can wait. I know how life can get!

    Thanks, USman :prop:

  6. Looks great! I do have a question though! Will there be diffrent stations or will it be the HQ like normal? I am studing french so I can deal with the language.

    Thanks, USman :prop:

    EDIT: oops, I was lazy and did not look through the whole thing found my anwser! I really cant wait for the full version now!

  7. I hardly know anything about computer specs so I was wondering if this is a good system. The specs are:

    ACER Aspire 5534

    AMD athlon 64x2 processor

    ATI Radeon HD 3200 graphics up 1919 hypermemory

    4 GB mem

    250 gb HDD Acer Nplify 802.11 b/g/Draft-N

    just wondering if my laptop will be any good it also has a dvd drive and nice sized screen

    Thanks, USman :prop:

  8. I think this may be your problem, im kinda new to scripting myself:


    if(p.IsValid() && (p.IsLinkedWithPerson() || p.IsCarryingPerson() || p.IsEquipped() || p.IsPulling() || p.GetFirehoseID()!=0 || p.GetEnteredCarID() != -1))
    return false;

    Vehicle v(Target);
    if (v.IsValid() && !v.IsDestroyed() && StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/hmmwv.e4p") == 0 ||
    StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/us_army_truck.e4p") == 0 ||
    StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/blackhawk.e4p") == 0 ||
    StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/03 La Police/cv_chp.e4p") == 0 ||
    StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/03 La Police/cv_lapd.e4p") == 0) ??
    {
    return true;
    }
    return false;

    I think you for got your || where i incerted the question marks.

    Hope this helps, USman

  9. On the military submod what would have to be changed to make it compatible with the additional units submod, is it just scripts or would it be more? I am making a military base and would like these guys along with the military ambulance.

    Thanks, USman :prop:

×
×
  • Create New...