Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickk888SAMP committed Aug 21, 2022
2 parents 4aa85f3 + df39ff9 commit 705c692
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ Shows the dialog
ShowPlayerDialogPages(playerid, const function[], style, const caption[], const button1[], const button2[], items_per_page, const nextbutton[] = "{FF0000}>>>", const backbutton[] = "{FF0000}<<<");
```

Shows the dialog (Legacy, Deprecated)
```pawn
ShowPlayerDialog(playerid, dialogid, style, const caption[], #, const button1[], const button2[], items_per_page = 0, const nextbutton[] = "{FF0000}>>>", const backbutton[] = "{FF0000}<<<");
```

## How to Use
To add items to a paged dialog, use the function "```AddDialogListitem```".
* ```playerid``` - The player you want to add items to the dialog.
Expand Down

0 comments on commit 705c692

Please sign in to comment.