Ace,
I saw you fixed this in latest download but it is still not working.
You had it fetch member.jobid when IsTank function called a member.job
Can you update so minionapp stop nagging me to update again?
Downloaded:
Fixed:
I saw you fixed this in latest download but it is still not working.
You had it fetch member.jobid when IsTank function called a member.job
Can you update so minionapp stop nagging me to update again?
Downloaded:
Code:
if (IsTank(member.jobid) and member.id ~= Player.id) then
table.insert(tanks,member)
end
Code:
if (IsTank(member.job) and member.id ~= Player.id) then
table.insert(tanks,member)
end