dialog box help
#1

Hey everybody
So, I want help with making a /credits command in a dialog box, with zcmd.
Thx for the help.
Reply
#2

pawn Код:
#define DIALOG_CREDITS 99

CMD:credits(playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_CREDITS, DIALOG_STYLE_MSGBOX, "Credits:", "YOUR TEXT HERE", "Ok", "")
    return 1;
}
Also check this: Click me!
Reply
#3

Thanks
EDIT: I edited the text, but it keeps saying "YOUR TEXT HERE" :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)