Skip to content

Commit

Permalink
Update second-password.pwn
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaFoxze authored Aug 8, 2024
1 parent 0da147f commit 75adf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/pawno/include/sources/player/second-password.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@ DialogResponse:PlayerSecondPassword(playerid, response, listitem, inputtext[])
if(Mode_GetPlayer(playerid) != MODE_NONE
|| GetPlayerBusy(playerid) != MAIN_MENU
|| Interface_IsOpen(playerid, Interface:SecondPassword)) {
SCM(playerid, COLOR_ERROR, "(Ошибка) {FFFFFF}Данную функцию можно изменить только в главном меню.");
Dialog_Show(playerid, Dialog:PlayerChangeSecurity);
SCM(playerid, COLOR_ERROR, "(Ошибка) {FFFFFF}Данную функцию можно изменить только в главном меню.");
Dialog_Show(playerid, Dialog:PlayerChangeSecurity);
return 1;
}
Expand Down

0 comments on commit 75adf59

Please sign in to comment.