Forum

> > CS2D > Scripts > CS2D Lua video course
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch CS2D Lua video course

35 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: CS2D Lua video course

Alistaire
User Off Offline

Zitieren
You should actually make different videos, but make a title like "CS2D Lua: Admin script" and "CS2D Lua: Spawnmessage" instead of just "Part 1" and "Part 2".

alt Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Zitieren
user Alistaire hat geschrieben
You should actually make different videos, but make a title like "CS2D Lua: Admin script" and "CS2D Lua: Spawnmessage" instead of just "Part 1" and "Part 2".


What is done in the part is described in the video's description - the name of the video would be too long if I were to include the topic covered by it there.

alt Re: CS2D Lua video course

Alistaire
User Off Offline

Zitieren
"Lua Scripting for Counter-Strike 2D: Part 1" is 43 characters.

"CS2D Lua: Spawnmessages" is 23 characters.

That's not too long.

alt Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Zitieren
user Alistaire hat geschrieben
"Lua Scripting for Counter-Strike 2D: Part 1" is 43 characters.

"CS2D Lua: Spawnmessages" is 23 characters.

That's not too long.


I don't like it.

alt Re: CS2D Lua video course

DannyDeth
User Off Offline

Zitieren
We can do a co-op via Skype? Lol, actually that wouldn't happen, haven't had a microphone for like.. a year.

Also, don't promote the user of ipairs!! PLEASE! It is actually faster to just use:
1
for i=1, #admin,1 do
I mean, even pairs is faster than ipairs.

alt Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Zitieren
user DannyDeth hat geschrieben
We can do a co-op via Skype? Lol, actually that wouldn't happen, haven't had a microphone for like.. a year.

Also, don't promote the user of ipairs!! PLEASE! It is actually faster to just use:
1
for i=1, #admin,1 do
I mean, even pairs is faster than ipairs.


If you get a mic - sure we can, man

Meh, you're probably right about that too.

And to your comment on YouTube - I don't explain the for loop in programming details and I don't teach ipairs to be regarded as an iterator function as people would go 'wut' and forget in an instant.

alt Re: CS2D Lua video course

albachersont
User Off Offline

Zitieren
Yes, it is very good tutorial.
Who does not know how to make scripts, learn by video.
It's easier and easier to learn

∗ I have some tutorials for Counter-Strike 2D
Links

http://www.youtube.com/watch?v=5WfRaCozOHY
> how to instal script
http://www.youtube.com/watch?v=mZMNxZkFMB4&feature=related
> instal logo
http://www.youtube.com/watch?v=st8v3HnQ2yM
> Download end instal map

√ These tutorials are for those who do not have experience in CS2D

alt Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Zitieren
Well, I'm thinking about what to explain in the third part - what would you like to see in the third lesson? I don't want to give examples as the examples I'd give might interest a part of the audience and not interest another part. But it shouldn't be something too complex, seeing as this is only the third part. I'm open to suggestions, if you have something to contribute - please do so

alt Re: CS2D Lua video course

DC
Admin On Online

Zitieren
very nice idea! quality is not perfect (especially in part 1) but in part 2 it's absolutely sufficient to read and understand what you're doing! good job!

alt Re: CS2D Lua video course

DannyDeth
User Off Offline

Zitieren
I would say that for part 3:Going into more detail with string and table libraries would be an excellent idea. They are EXTREMELY useful.
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht