Jump to content

Nimert

Community Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Nimert

  1. Subj, I think this is duplicate, but:

     

    Steps to reproduce:

    1) Die =)

    2) Call mate to drag you

    3) Till mate drag you press respawn button and revive in that place without medic help

     

    Proposal:

    1) Add delay in a couple of seconds between pressing respawn button and respawn.

    2) FORCE release body from drag script in case of pressing respawn button

  2. Sry, if I submit in incorrect part of forum.

     

    SUBJ,

     

    Any player may use gillie without sniper/spotter slot(I think this is known issue, but here it is) I think this is incorrect behaviour.

    Steps to reproduce:

    1) Login to any A&I server(better host by yourself)

    2) Select sniper slot and save equipment configuration

    3) Join to any A&I server(not as sniper, for autogunner for example) and load previously saved config.

    4) whooa! You R in gillie suit.

     

    How to prevent that:

    1) During loading - check player slot.

    2) <this is pseudo-code>

    
    

     

    If(user.class != Sniper || user.class != Spotter)
    then
        user.removeItem(gillie);
    else
        void;
    fi

     

×
×
  • Create New...