Garry's Mod

Garry's Mod

219 个评价
RP Good Reads: Books and Signs (Outdated)
   
奖励
收藏
已收藏
取消收藏
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Roleplay
文件大小
发表于
6.197 KB
2014 年 11 月 10 日 下午 3:45
1 项改动说明 ( 查看 )

订阅以下载
RP Good Reads: Books and Signs (Outdated)

描述
Version 2: https://steamcommunity.com/sharedfiles/filedetails/?id=2509450983

RP Good Reads is developed in hopes to add readable stuff to rp servers. DarkRP's notes were ... decent, but I wanted something better.

This is the first version. I plan to add more content as I get better with Lua.

Later releases will have:
* Sticky Notes
* Rich Text for Books
* Custom Models (to remove dependencies from games and to have more specialized stuff)
* Server cvars to make the experience more unique.

Don't add me on steam to tell me about bugs. That's annoying.
27 条留言
Stabby Con Carne  [作者] 2021 年 5 月 27 日 下午 10:43 
V2 soon
Porgo 2021 年 3 月 7 日 上午 7:08 
how do you stop it from causing errors after loading a save?:steamfacepalm:
Hunteey 2019 年 8 月 29 日 下午 1:49 
I really love that addon, but if i reload the save the books creating errors :/
Oppenheimer 2019 年 1 月 28 日 上午 7:03 
when are you going to update it?
Etro 2018 年 2 月 17 日 上午 12:23 
I have found an issue with your addon. As great of a concept as it is, players who purchase the item through the F4 menu cannot physgun or toolgun it as it is considered a world prop. I made a simple solution to fix this this issue.

I edited the entities adding:


shared.lua

function ENT:SetupDataTables()
self:NetworkVar("Entity",1,"owning_ent")
end



init.lua

function ENT:Initialize()
if self:Getowning_ent() then
self:CPPISetOwner(self:Getowning_ent())
end
end
SadeShadow18 2018 年 1 月 18 日 下午 5:30 
@Twink™ May we please, PLEASE have a scroll bar? I really want to make use of this, by pasting books containing chapters, and would like it in a book. A small thing, really. Thank you for your addon and time.
LukasGaming 2017 年 10 月 23 日 上午 6:45 
Errors after saving the map. Can't open these
RpgBlaster 2017 年 8 月 23 日 上午 11:52 
Does this work with permaprops ?
Perfectly Sane Individual 2016 年 9 月 19 日 上午 4:03 
Hello! I added you to chat about a request. I really like this addon, and I want to use it for my server. Since I'm all about detail, I'd like to see if you could possibly reskin these to look more like Star Wars the First Order styled or maybe use a different model for them?

Accept my friend request please, so we can have a chat!
TYNZR 2016 年 7 月 14 日 上午 5:42 
[ERROR] lua/vgui/dtextentry.lua:295: bad argument #1 to 'SetText' (string expected, got nil)
1. SetText - [C]:-1
2. SetValue - lua/vgui/dtextentry.lua:295
3. buildTextEntry - lua/derma/build.lua:38
4. buildGuestPanel - lua/derma/goodread_menu.lua:100
5. usebookFrame - lua/entities/rp_book/cl_init.lua:49
6. func - lua/entities/rp_book/cl_init.lua:68
7. unknown - lua/includes/extensions/net.lua:32