Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amakuu authored May 8, 2020
1 parent 2f4a7b7 commit d4bd744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if not --> [RedEM](https://github.com/kanersps/redem) --> [RedEM:RP](https://git
TriggerEvent("redemrp_dialog:createDialog", ID, "TITLE", "SUBTITLE/CONTEXT",
{
{name = "OPTION 1", func = function(source) TriggerEvent('redemrp_dialog:openDialog', ID , source) end}, -- OPENS NEXT DIALOG
{name = "OPTION 2", func = function() print("SELECTED 2") end}, -- PRINTING 2 IN CONSOLE
{name = "OPTION 3",func = function() end, focusOFF = true}, -- CLOSES AND UNFOCUSING MENU
{name = "OPTION 2", func = function() print("SELECTED 2") end}, -- PRINTING 2 IN CONSOLE
{name = "OPTION 3", func = function() end, focusOFF = true}, -- CLOSES AND UNFOCUSING MENU
}
)
```
Expand Down

0 comments on commit d4bd744

Please sign in to comment.