Forum

> > CS2D > Scripts > kann mir jemand sagen wieso dieser script funkt ?
Forums overviewCS2D overview Scripts overviewLog in to reply

German kann mir jemand sagen wieso dieser script funkt ?

1 reply
To the start Previous 1 Next To the start

old kann mir jemand sagen wieso dieser script funkt ?

twoja
User Off Offline

Quote
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview