05.11.2018, 22:45
Go to OnDialogResponse and find the dialogs of registering/logging in.
Then add a dialog to show if the player has entered the correct password or registered successfully.
Example:
On top of your script, make sure to define the dialog too.
Then add a dialog to show if the player has entered the correct password or registered successfully.
Example:
Код:
ShowPlayerDialog(playerid, DIALOG_TEAMS, DIALOG_STYLE_LIST, "Team Selection", "Team One\nTeam Two\nTeam Three\nTeam Four", "Select", "");