Forum

> > CS2D > Allgemein > LUA-Script
Forums overviewCS2D overviewAllgemein overviewLog in to reply

German LUA-Script

2 replies
To the start Previous 1 Next To the start

old closed LUA-Script

stevie97
User Off Offline

Quote
Ich brauche mal hilfe:
wie kann man ein LUA script mit sayfunctions machen?

z.B. wenn man "!buy ak74" sagt,
dass man dann 3000$ abgezogen bekommt und eine im inventar hat

oder: wenn man "!drop 1000" sagt dropt man 1000
und "!drop 500" dropt man 500
und "!drop 100" dass man 100 dropt

Brauche das alles für meinen Roleplay server =]
danke schonmal für eure hilfe

Admin/mod comment

Nutze den Lua Fragen Sammelthread. /TheKilledDeath

old Re: LUA-Script

Brandy
User Off Offline

Quote
Also als erstes würde ich dir mal raten in das Datei Archiv zu sehen da gibt es gute scripts für Drop Money.

achja wie man dann 3000$ abgezogen bekommt weiß ich nicht aber das solltest du auch hinbekommen

Ein beispiel:
1
2
3
4
5
6
addhook ("say","terer")
function terer(id,txt)
	if (txt=="!buy ak47")
	parse("equip "..id.." 30")
end
end

ich weiß jetzt nicht ob es genau so richtig ist und wie man minus geld einbaut.

old Re: LUA-Script

stevie97
User Off Offline

Quote
ich hatte das mal irgentwie geschafft
ich habe das mit dem dropmoney script reingebracht.
heisst: dass man das geld wegwirft es aber nicht gespawnt wird
To the start Previous 1 Next To the start
Log in to replyAllgemein overviewCS2D overviewForums overview