aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Blackmon <bob.blackmon@ymail.com>2017-04-02 23:15:35 -0400
committerBob Blackmon <bob.blackmon@ymail.com>2017-04-02 23:15:35 -0400
commit940238713695ff5ef4d516ca7322bafca23b3a89 (patch)
tree472c52fc9ac3ccb3d772a430bb60145af7620ee6
parent2ea838b7bd816cbc397fd88c52abfd35fb5b0635 (diff)
downloadzones-940238713695ff5ef4d516ca7322bafca23b3a89.tar.gz
zones-940238713695ff5ef4d516ca7322bafca23b3a89.tar.bz2
zones-940238713695ff5ef4d516ca7322bafca23b3a89.zip
Updated docs
-rw-r--r--zones/lua/zones.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/zones/lua/zones.lua b/zones/lua/zones.lua
index c881e09..a903f93 100644
--- a/zones/lua/zones.lua
+++ b/zones/lua/zones.lua
@@ -87,7 +87,7 @@ zones.List = zones.List or {}
}
-- Example of the ShowZoneOptions hook.
- -- This hook lets you build your custom VGUI for your zone class which will pop up when players make a new zone or edit an existing one.
+ -- This hook lets you build your custom VGUI for your zone class which will pop up when players make a new zone or edit an existing one. Clientside.
-- Arguments are:
-- zone - The full zone table of the zone we are editing.
-- class - The class of the zone.
@@ -114,7 +114,7 @@ zones.List = zones.List or {}
end)
-- Example of the OnZoneCreated hook.
- -- This hook lets you build your custom VGUI for your zone class which will pop up when players make a new zone or edit an existing one.
+ -- This hook lets you set up your newly created zones with default values. Only called serverside.
-- Arguments are:
-- zone - The full zone table of the zone we are editing.
-- class - The class of the zone.