
edited 2×, last 14.10.11 04:29:57 pm
addhook("serveraction" , "rofl")
function sa(id,action)
if action==1 then
menu(id,"MenuName,SlotName,SlotName²")
end
end
addhook("serveraction","menu")
function menu(id,act)
if act==1 then
menu(id,"Kauf es,AK47|Umsonst,M4A1|1 Dollar, bitte")
end
end