kann mir jemand sagen wieso dieser script funkt ?
1 reply



29.04.11 04:39:51 pm
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
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



