Forum

> > Trash > Lua
Forums overviewTrash overviewLog in to reply

German Lua

16 replies
To the start Previous 1 Next To the start

closed moved Lua

JohnTapps19
User Off Offline

Quote
Wie kann mann ein Normales menü offnen und dort commands rein machen pls help
edited 2×, last 14.10.11 04:29:57 pm

old Re: Lua

SilentDash
User Off Offline

Quote
Dont write it in german so i translate for the english people

He wanted to know how to open a Menü and add Commands...


Here my answer

you need a Lua Script

1
2
3
4
5
6
addhook("serveraction" , "rofl")
function sa(id,action)
     if action==1 then
     menu(id,"MenuName,SlotName,SlotName²")
     end
end

old Re: Lua

JohnTapps19
User Off Offline

Quote
nur noch eine frage wie löcht mann das thema hier ?

old Re: Lua

Bowlinghead
User Off Offline

Quote
Its english section.
He mean:
" How can I make a menu with commands in it, pls help "


Offtopic:
More >

old Re: Lua

JohnTapps19
User Off Offline

Quote
naja bin neu hier muss ersct mall alles ausbrobieren sry
aber das mit den löchen geht net ;[
edited 1×, last 14.10.11 04:00:01 pm

old Re: Lua

Bowlinghead
User Off Offline

Quote
Ja, die Admins werden es bestimmt verschieben, wenn du nett fragst

Achja, sehe mein Offtopic Kommentar

old Re: Lua

JohnTapps19
User Off Offline

Quote
Das menü geht nicht auf
heute ist nicht mein tag *Weine*

Code:



addhook("menu","lol")
function lol(id,title,button)
if title=="Kauf es" then -- Falls der titel "Kauf es" ist
if button==1 then -- Und der 1 Button ausgelöst wird
parse("equip "..id.." 31") -- Gib "ID" die AK
elseif button==2 then -- Wenn button2 dann
if player(id,"money")>=1 then -- Wenn das Geld reicht
parse("equip "..id.." 32") -- Gib waffe
parse("setmoney "..id.." "..player(id,"money")-1) -- Ziehe geld ab
end
end
end
end





also ihn eine lua und das geht net *Totes Weine*
ich will das mit f2 öffnen ;8 *TOT*

ach mus das mit rein ich hötte gedaxht das muss nur der addhook sein.
edited 5×, last 14.10.11 04:10:53 pm

old Re: Lua

Bowlinghead
User Off Offline

Quote
EDIT...
Wo ist das Menü?
EDIT²:

Achja, guck dir die Samples an, da siehst du alles!

old Re: Lua

palomino
User Off Offline

Quote
This is the English section. Post German topics in the German section.

old Re: Lua

JohnTapps19
User Off Offline

Quote
So hab das gemacht und nun ? wie öffne ich das ich versuche das imma mit f2 weil das bei anderen server meistens so ist .

old Re: Lua

Yates
Reviewer Off Offline

Quote
Addhook = Serveraction
F2 = 1
1
2
3
4
5
6
addhook("serveraction","menu")
function menu(id,act)
	if act==1 then
		menu(id,"Kauf es,AK47|Umsonst,M4A1|1 Dollar, bitte")
	end
end
edited 2×, last 14.10.11 04:21:57 pm

old Re: Lua

JohnTapps19
User Off Offline

Quote
Hääääää ok jetz bin ich total durcheinander naja egal
und ich bekomme immer noch nicht das chat tehma dings weg

old Re: Lua

Seekay
Reviewer Off Offline

Quote
Boah wenn du schon ein englischen Thread gemacht hast dann rede auch englisch. Da bekomm ich nen Wutanfall wenn jemand nicht rafft das er englisch reden soll.

Sry for german and off topic but I think he doesn't know english..

old Re: Lua

JohnTapps19
User Off Offline

Quote
bitte helft mir nur noch eine freage wie mache ich die ganze
post (Thema) Weg (LÖCHEN) Nur noch das Bitteeeeee

old Re: Lua

DC
Admin Off Offline

Quote
ich habs mal für dich in den müll geschoben.
du selber kannst themen nicht löschen. also bitte genau gucken bevor du was neues erstellst.
To the start Previous 1 Next To the start
Log in to replyTrash overviewForums overview