Returning dialog and sendclientmessage?
#1

**DELETE
Reply
#2

you all login panel fuction in ondialogresponse and tell you where to put it
pawn Code:
else
{
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "Login", "Please login", "Login", "Quit");
SendClientMessage(playerid, -1, "Server: You have typed a incorrect password!");
}
Reply
#3

Try this:
pawn Code:
return ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "Login", "Please login", "Login", "Quit"), SendClientMessage(playerid, -1, "Server: You have typed a incorrect password!");
If this doesn't work, show me the code around it so I can get the jist of what you're trying to do.
Reply
#4

**DELETE
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)