xXGhostXx Posted March 12, 2020 Share Posted March 12, 2020 Hi guys. What's problem in my code ? local Weapons = { { 22, 24, 25, 26, 27, 28, 29, 30, 31, 34 }, } function getWeaponSlotFromID (Weapon) local slot = 0 for i=1,10 do if Weapons[1][i] == Weapon then slot = i end end return slot end I want to give a weapon id and get the slot in the table . Link to comment
The_GTA Posted March 12, 2020 Share Posted March 12, 2020 Hello xXGhostXx, why can you not use the getSlotFromWeapon function? I see no problem in your code. If you could share all of your code maybe we can detect it together - Martin Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now