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.
Announcement
Collapse
No announcement yet.
Cannot set more than one weapon to loaded
Collapse
X
-
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(player, 2)
Last edited by GalaxHD551; 01-17-2020, 09:19 PM.
Comment