Forum

> > CS2D > Scripts > How to create a lua?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch How to create a lua?

12 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: How to create a lua?

Bowlinghead
User Off Offline

Zitieren
You post has nothing to do with Unreal Software.
Maybe you can post it into CS2D/Scripts?

PS: Look at the Internet (Google) for searching Lua tutorials.

alt Re: How to create a lua?

DC
Admin Off Offline

Zitieren
well only one thing is sure about this: the Unreal Software section is the wrong section for this thread.

I don't know what "camansd" is supposed to be. I move it to the CS2D scripting section. hopefully this is the right place. correct me if I'm wrong.

(please stop posting threads in wrong sections of the forum. it is really annoying to move the stuff to the right places all the time! I'll simply trash future threads from you if you don't manage to post them in the correct section)

alt lua how create

DarkSucker
BANNED Off Offline

Zitieren
guys how to create a lua like a comands please give me a sample like that

alt Re: How to create a lua?

Bowlinghead
User Off Offline

Zitieren
Maybe you can say something like "sorry"?
btw Example
1
2
3
4
5
6
7
8
9
-- Made by Engin33r
addhook("parse","lolconsole")
function lolconsole(cmd)
if (cmd:sub(1,10)=="speedround") then
for _,id in ipairs(player(0,"table")) do
parse("speedmod "..id..""..cmd:sub(11))
end
end
end

alt Re: How to create a lua?

Bowlinghead
User Off Offline

Zitieren
WTF?
You hat geschrieben
guys how to create a lua like a comands please give me a sample like that


That is a Console Command.
The Lua commands are
Mehr >

alt :us:ser!!

Facux
BANNED Off Offline

Zitieren
You must learn the Lua language for scripting.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht