Join Discord
Powered by
stock ShowPlayerDialogEx(playerid, dialogid, style...
# pawn-help
a
adamant-fountain-42070
05/25/2023, 6:57 PM
stock ShowPlayerDialogEx(playerid, dialogid, style, caption[], info[], button1[], button2[]) { SetPVarInt(playerid, "dialog", dialogid); ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2); return 1; }
Previous
Next