09/12/13 12:36:41
すまん、外で見てて携帯だからあげちまった・・
>>219
--** 2hand >>>>> >>>>> >>>>>
if (GetEquipSlotInfo(16) ~= nil) and (GetEquipSlotInfo(17) == nil) then
flg_2hand = true
elseif (GetEquipSlotInfo(16) ~= nil) and (GetEquipSlotInfo(17) ~= nil) then
flg_2hand = false
end
return flg_2hand
--** 2hand <<<<< <<<<< <<<<<
俺はこれで抜いてるよ
17が左手っぽい