Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
71 stars 77 forks source link

Does anyone now how to script a buyable ending? #585

Open c0mm4nd0v0rt3x opened 6 years ago

c0mm4nd0v0rt3x commented 6 years ago

If you guys know how to script a buyable ending please send me instructions

minin43 commented 6 years ago

http://wiki.garrysmod.com/page/Main_Page

https://www.lua.org/start.html

c0mm4nd0v0rt3x commented 5 years ago

(oh my god nearly a year since i was last here) That didnt really help @minin43 Is there any written tutorial you can give me?

minin43 commented 5 years ago

No one's going to give you a written tutorial.

Follow other people's example. If you don't know how to program in Lua, you already have the link to the official website for the language.

If you don't know Garry's mod functions 'n all, you have the link to the wiki page for them all.

If you need to know nZombies specifics, check the nZombies Wiki. Get started with these two:

https://github.com/Zet0rz/nzombies/wiki/Map-Script-Reference-Snippets

https://github.com/Zet0rz/nzombies/wiki/Available-Hooks

That's how I learned. See what someone else has done, copy it for yourself. You have several scripts Zet0r made available, and any on the workshop.

That's all I'll say.