i have two tables
{
4 = { --[[0000024FFCFD0DF0]]
1 = 12,
2 = 7
}
}
{
1 = { --[[0000024FFD03A610]]
usr = 2,
menu = "attack",
opt = "top_weapon",
}
}
i want get this
{
1 = { --[[0000024FFD03A610]]
usr = 2,
menu = "attack",
opt = "top_weapon",
},
2 = { --[[0000024FFD040C60]]
usr = 4,
state = { --[[0000024FFD040CB0]]
1 = 12,
2 = 7
}
}
}
Please help me