1
2
3
4
5
6
2
3
4
5
6
addhook("usebutton","adminbutton")
function adminbutton(id, x, y)
if pl[id].lvl >= 10 then
parse("trigger A1" ..id.. "67, 102 ")
end
end
Scripts
usebutton for admin
usebutton for admin
1

addhook("usebutton","adminbutton")
function adminbutton(id, x, y)
if pl[id].lvl >= 10 then
parse("trigger A1" ..id.. "67, 102 ")
end
end
trigger
triggerposition
use
usebutton
daris: I don't think there is anyone who will write you scripts here, usually most of them only help you with the stuff and give you the main ideas, they don't write all the code for you.
1
