mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17: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()
|
||||
|
@ -14,7 +14,7 @@ hook.Add("Initialize", "gmInte.sendStatus", function()
|
|||
end)
|
||||
|
||||
//
|
||||
// Player
|
||||
// Player Hooks
|
||||
//
|
||||
|
||||
gameevent.Listen("player_connect")
|
||||
|
|
Loading…
Reference in New Issue
Block a user