08.03.2013, 10:38
Sorry I probably should have made it more obvious, I added a commented line in.
Just remove the "//" and edit it, so it will show the dialog dregister4 for 'playerid'.
Example:
pawn Код:
//else return ShowPlayerDialog...
Example:
pawn Код:
else return SendClientMessage(playerid, dregister4, DIALOG_STYLE_INPUT, "Age", "What is your age?", "Confirm", "Exit");

