Forum

> > CS2D > Scripts > How to create a lua?
Forums overviewCS2D overview Scripts overviewLog in to reply

English How to create a lua?

12 replies
To the start Previous 1 Next To the start

old Re: How to create a lua?

Bowlinghead
User Off Offline

Quote
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.

old Re: How to create a lua?

DC
Admin Off Offline

Quote
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)

old lua how create

DarkSucker
BANNED Off Offline

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

old Re: How to create a lua?

Bowlinghead
User Off Offline

Quote
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

old Re: How to create a lua?

Bowlinghead
User Off Offline

Quote
WTF?
You has written
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
More >

old :us:ser!!

Facux
BANNED Off Offline

Quote
You must learn the Lua language for scripting.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview