This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2020-12-30 21:16:20 +03:00
2020-12-30 21:12:50 +03:00
2020-12-30 21:08:59 +03:00
2020-12-30 21:08:59 +03:00
2020-12-30 21:07:41 +03:00
2020-12-30 21:12:50 +03:00
2020-12-30 21:07:41 +03:00
2020-12-30 21:16:20 +03:00

Simple book gui for gmod made with html5

Installation

Just place book.lua file at .../lua/autorun/client/ folder

Use

To create a book gui just follow an example below

local testbook = vgui.Create("Book")
testbook:Draw({
	title = "Test Title",
	subtitle = "Test Subtitle",
	pages = {
		"hello world page",
		[[
			<div align="center">
				Hello World!
				<br>
				<img src="https://i.imgur.com/S2lYrKD.gif" />
			</div>
		]]
	}
})

Download

Download book.lua

Description
Simple book gui for gmod made with html5
Readme 54 KiB
Languages
JavaScript 77.5%
CSS 13.7%
Lua 8.8%