little(tiny) problem in my "function"
#1

nvm I solved it alone
Reply
#2

change

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string);
to

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button1", "Button2");
You can leave the Button2 blank like this

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button", "");
it will only show 1 button instead 2 button
Reply
#3

Thank you , cause to tried to help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)