Announcement

Collapse
No announcement yet.

Cannot set more than one weapon to loaded

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot set more than one weapon to loaded

    For a while I've been trying to set multiple weapons to loaded and the first one equipped. Whatever I do, the other guns are not loaded. On recommendation from Logic I tried setting the weapons twice, loaded first set to false and then second, but that doesn't work. Tried setting delays (50 ms up to 10000), in different functions adding them minutes later. I'm all out of ideas.

    #2
    If think my problem is similar to you, if my current slot ~= SetPlayerWeapon() the weapon never get loaded magazine with the parameter bLoaded set on true...

    In your case what you can try is set up the slot 1 first,
    PHP Code:
    EquipPlayerWeaponSlot(player2
    , Add delay and set your player weapon in this slot, and do the same for the slot3
    Last edited by GalaxHD551; 01-17-2020, 09:19 PM.

    Comment

    Working...
    X