mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37:34 +00:00
add doc
This commit is contained in:
parent
88841e7699
commit
06ceb7a734
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Server
|
// Server Hooks
|
||||||
//
|
//
|
||||||
|
|
||||||
hook.Add("ShutDown", "gmInte:Server:ShutDown", function()
|
hook.Add("ShutDown", "gmInte:Server:ShutDown", function()
|
||||||
|
@ -14,7 +14,7 @@ hook.Add("Initialize", "gmInte.sendStatus", function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
//
|
//
|
||||||
// Player
|
// Player Hooks
|
||||||
//
|
//
|
||||||
|
|
||||||
gameevent.Listen("player_connect")
|
gameevent.Listen("player_connect")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user