Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis authored Jul 27, 2020
1 parent 04dd3a2 commit a18f38f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ It's a simple notification script
* @param title | title of notification
* @param message | message of notification
*/
// client-side example
TriggerEvent('notifications', "#f1f1f1", "Awesome title", "Awesome message")

//server-side example (notification for everyone)
TriggerClientEvent('notifications', -1, "#f1f1f1", "Awesome title", "Awesome message")

TriggerEvent('notifications', "#f1f1f1", "Awesome title", "Awesome message")
```


Expand Down

0 comments on commit a18f38f

Please sign in to comment.