Skip to content

Commit

Permalink
Update jse_teleport.sp
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
LapplandBro committed Feb 25, 2024
1 parent 3bf6b3d commit 24136a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/jse_teleport.sp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void GotoPlayer(int iClient, int iTarget, bool bNotify=true) {
CPrintToChat(iClient, "{green}[{lightgreen}Jump Essentials{green}] {white}Вы телепортированы в {limegreen}%N{white}.", iTarget);
}

CPrintToChat(iTarget, "{green}[{lightgreen}Jump Essentials{green}]%N {white}телепортировался к вам.", iClient);
CPrintToChat(iTarget, "{green}[{lightgreen}Jump Essentials{green}] %N {white}телепортировался к вам.", iClient);
}
}

Expand Down Expand Up @@ -329,7 +329,7 @@ public Action cmdGoto(int iClient, int iArgC) {
CPrintToChat(iClient, "{green}[{lightgreen}Jump Essentials{green}] {white}Вы не были в {limegreen}%N{white} расположение до: {yellow}%s{white}.", iTarget, sBuffer);
}
} else {
CPrintToChat(iClient, "{green}[{lightgreen}Jump Essentials{green}]%N {white}не встречается ни в одном прыжке.", iTarget);
CPrintToChat(iClient, "{green}[{lightgreen}Jump Essentials{green}] %N {white}не встречается ни в одном прыжке.", iTarget);
}
}
}
Expand Down

0 comments on commit 24136a6

Please sign in to comment.