Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- CuandoRespondenDialog(playerid, GetPVarInt(playerid,"DialogID"), response, listitem, inputtext);
- return 1;
- }
- stock MostrarDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])
- {
- SetPVarInt(playerid, "DialogID", dialogid);
- return ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);
- }
- forward CuandoRespondenDialog(playerid, dialogid, response, listitem, inputtext[]);
- #define OnDialogResponse CuandoRespondenDialog
- #define ShowPlayerDialog MostrarDialog
Add Comment
Please, Sign In to add comment