You are on page 1of 1

function huk(type, str)

if str:find("/id (.+)") then


nameblock = str:match("/id (.+)")
itemid = FindItemID(nameblock)
player = GetLocal().name
iditem = [[
add_label_with_icon|big|`cId Item Finder|left|6016|
add_spacer|small||
add_label_with_icon|small|]]..player..[[ Succes Find `#]]..nameblock..[[|
right|]]..itemid..[[|
add_spacer|small||
add_label_with_icon|small|ItemID : ]]..itemid..[[|left|6016|
add_spacer|small||
add_spacer|small||
add_label_with_icon|small|`4Make sure u write fully name of item|left|1432|
add_spacer|small||
add_button|grey|Done|
add_quick_exit||
]]
czc = {}
czc.v0 = "OnDialogRequest"
czc.v1 = iditem
SendVariant(czc)
return true
end
end
AddHook(huk, "OnSendPacket")

LogToConsole("`2ID Finder Telah Aktif ")


LogToConsole("`9/id nama block, untuk mencari")

You might also like