Skip to content

Commit

Permalink
AddEventHandler example and invalid url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Poggicek committed May 22, 2020
1 parent 2ec585a commit 427d9fe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ Don't forget to [RegisterNetEvent][]!
AddEventHandler('eventName', function(text)
print(('I just received %s from %i'):format(text, source)) -- I just received Hello world! from (player id)
-- source is a global variable (Player's id)
end
end)
```
-- CLIENT
```lua
Expand Down

0 comments on commit 427d9fe

Please sign in to comment.