German kann mir jemand sagen wieso dieser script funkt ?

1 reply
Goto Page
To the start Previous 1 Next To the start
Up
twoja
User
Offline Off
addhook("serveraction","laser")
addhock("menu","menuhook")

function laser(id,sa)
if(sa==2)then
menu(id,"lasershop,laser")
end
end

function menuhook(id,titel,b)
if titel=="lasershop" then
if b==1 then
parse ("equip"id"45")
end
end
end
29.04.11 05:07:41 pm
Up
Yasday
User
Offline Off
Quote:
addhock("menu","menuhook")
To the start Previous 1 Next To the start