From df39ff93c893c020ffc28e6a1f1e8988e28188b1 Mon Sep 17 00:00:00 2001 From: Nickk888 <35627647+Nickk888SAMP@users.noreply.github.com> Date: Sun, 21 Aug 2022 11:17:08 +0200 Subject: [PATCH] Removed legacy example --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 1e37f20..67a3c1e 100644 --- a/README.md +++ b/README.md @@ -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.