mirror of
https://github.com/CFC-Servers/gm_playerload.git
synced 2025-03-04 03:12:56 -05:00
Update README.md
This commit is contained in:
parent
b167afc7ea
commit
b9c00e3f48
11
README.md
11
README.md
@ -6,3 +6,14 @@ According to [this issue](https://github.com/Facepunch/garrysmod-requests/issues
|
||||
|
||||
## Installation
|
||||
Clone or download this repository into your `garrysmod/addons` folder and restart your server or game.
|
||||
|
||||
## Use
|
||||
```lua
|
||||
require( "playerload" )
|
||||
|
||||
hook.Add( "PlayerFullLoad", "OnPlayerFullyLoaded", function( ply )
|
||||
net.Start( "example" )
|
||||
net.WriteString( "welcome :)" )
|
||||
net.Send( ply )
|
||||
end )
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user