Using string in dialog??
#1

Ive got this:

Код:
format(string, 128, "[SYSTEM]: You succesfully registered the nickname %s with password %s, you have been auto logged in.", name, inputtext);
SendClientMessage(playerid, GREEN, string);
And i doesn't want to use SendClientMessage, i want to use ShowPlayerDialog, but with string, how?
Reply
#2

pawn Код:
format(string, 128, "[SYSTEM]: You succesfully registered the nickname %s with password %s, you have been auto logged in.", name, inputtext);
ShowPlayerDialog(playerid, 6168, DIALOG_STYLE_MSGBOX, "Title", string, "Close", "");
Try that.
Reply
#3

Thank you so much, it worked (:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)