Advertisement
Lukyspore

sh_custom_categories.lua

Oct 30th, 2023 (edited)
1,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. --[[  
  2. To create a new category you need to copy this code bellow.
  3.  
  4. LDT_Achievements.NewCategory({
  5.     Name = "New Category",
  6.     Icon = "ldt_achievements/categories/house.png",
  7.     Achievements = {}
  8. })
  9.  
  10. The Name is the name that is displayed in the menu. IT HAS TO BE UNIQUE!
  11. The Icon is the icon that is displayed in the menu.
  12. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement