diff options
Diffstat (limited to 'notes.txt')
| -rw-r--r-- | notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..7288be9 --- /dev/null +++ b/notes.txt @@ -0,0 +1,9 @@ +Bits and bobs, roughly documentation + Items are in gamemode/shared/itemsystem + + +Quests, Inventory, and Skills might all potentially do mysql injection, be careful in their creation, and don't let users enter any fields about them! + +When createing new files, make sure the file has some text in it (even just a comment explaining what the file will eventually hold) include() will crash the game if called on an empty file. + +If your server starts breaking after a while, it's probably the fault of /gamemode/shared/sh_buff.lua, no you can't put a bandaid on it or fix it, you have to re-write it. |
