Jump to content

[HELP] Table


xXGhostXx

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...