where do I start with making a command?
We've pretty much spoon fed the answer.
JailTP code can
be seen here.
Your challenges;
- Learning how to find out the co-ordinates of the place you want the person to go and plugging them into your own jailadmin command.
- Changing the function name, help and command name text.
- If the room isn't big enough for it's own jail, figuring out how to edit the example code to not A) Check space clearance for the walls - B) Not put up walls
- Learning how to create your own modules files, so it won't be stored with ours (hint, on server, this should work) - gmod/addons/My_ULX/lua/ulx/modules/sh/myULXcode.lua
- There will be more as you go, but those are the main ones to start wtih.