forked from fl0werD/ReZombiePlague
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"amxxpawn.compiler.includePaths": [ | ||
"D:\\MEUS REPOSITORIOS\\REZOMBIE 2.0.4\\ReZombiePlague\\rezombieplague\\include", | ||
"D:\\MEUS REPOSITORIOS\\REZOMBIE NEXT 1.0\\zombie_plague_next\\include", | ||
"D:\\MEUS REPOSITORIOS\\Compiler\\include" | ||
], | ||
"amxxpawn.compiler.executablePath": "D:\\MEUS REPOSITORIOS\\Compiler\\amxxpc.exe", | ||
"security.workspace.trust.untrustedFiles": "open", | ||
"amxxpawn.compiler.outputPath": "D:\\MEUS REPOSITORIOS\\Compiler\\compiled", | ||
"amxxpawn.compiler.showInfoMessages": true, | ||
"amxxpawn.compiler.outputType": "path", | ||
"editor.suggestSelection": "first", | ||
"amxxpawn.compiler.reformatOutput": false, | ||
"files.autoSave": "onWindowChange", | ||
"amxxpawn.language.webApiLinks": true, | ||
"workbench.colorTheme": "One Dark Pro", | ||
"explorer.confirmDelete": false, | ||
"explorer.confirmDragAndDrop": false, | ||
"git.autofetch": true, | ||
"git.enableSmartCommit": true, | ||
"git.confirmSync": false, | ||
"window.confirmSaveUntitledWorkspace": false, | ||
"git.openRepositoryInParentFolders": "always", | ||
"diffEditor.ignoreTrimWhitespace": false, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
[bp] | ||
RZ_MENU_CAM_TITLE = \y» \wCâmera Menu \y« | ||
RZ_MENU_CAM_DISTANCE = \r» \wDistância: | ||
RZ_MENU_CAM_STATUS = \r» \wStatus da câmera: | ||
RZ_MENU_CAM_NORMAL = \r「\w1\r」 \y» \wNormal | ||
RZ_MENU_CAM_LEFT = \r「\w2\r」 \y» \wDe lado | ||
RZ_MENU_CAM_FRONT = \r「\w3\r」 \y» \wDe frente | ||
RZ_MENU_CAM_INCREASE = \r「\w4\r」 \y» \wAumentar distância | ||
RZ_MENU_CAM_DECREASE = \r「\w5\r」 \y» \wDiminuir distância | ||
RZ_MENU_CAM_DEACTIVATE = \r「\w6\r」 \y» \wDesativar | ||
RZ_MENU_CAM_ACTIVE = \r「\w1\r」 \y» \wTerceira pessoa | ||
RZ_MENU_CAM_NORMAL = \r「\w2\r」 \y» \rModo\d: \wnormal | ||
RZ_MENU_CAM_RIGHT = \r「\w3\r」 \y» \rModo\d: \wDireita | ||
RZ_MENU_CAM_FRONT = \r「\w4\r」 \y» \rModo\d: \wFrente | ||
RZ_MENU_CAM_INCREASE = \r「\w5\r」 \y» \wAumentar distância | ||
RZ_MENU_CAM_DECREASE = \r「\w6\r」 \y» \wDiminuir distância | ||
RZ_MENU_CAM_BACK = \r「\w9\r」 \y» \wVoltar | ||
RZ_MENU_CAM_CLOSE = \r「\w0\r」 \y» \wFechar | ||
RZ_MENU_CAM_ALERT = ^4* ^1Você ^3trocou^1 modo de ^4câmera ^3* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
[en] | ||
RZ_MENU_CAM_TITLE = \y» \wMenu Camera \y« | ||
RZ_MENU_CAM_DISTANCE = \r» \wDistance: | ||
RZ_MENU_CAM_STATUS = \r» \wStatus da câmera: | ||
RZ_MENU_CAM_NORMAL = \r「\w1\r」 \y» \wThird person | ||
RZ_MENU_CAM_LEFT = \r「\w2\r」 \y» \wDe lado | ||
RZ_MENU_CAM_FRONT = \r「\w3\r」 \y» \wDe frente | ||
RZ_MENU_CAM_INCREASE = \r「\w4\r」 \y» \wIncrease distance | ||
RZ_MENU_CAM_DECREASE = \r「\w5\r」 \y» \wDecrease distance | ||
RZ_MENU_CAM_DEACTIVATE = \r「\w6\r」 \y» \wDesativar | ||
RZ_MENU_CAM_ACTIVE = \r「\w1\r」 \y» \wThird person | ||
RZ_MENU_CAM_NORMAL = \r「\w2\r」 \y» \rMode\d: \wnormal | ||
RZ_MENU_CAM_RIGHT = \r「\w3\r」 \y» \rMode\d: \wright | ||
RZ_MENU_CAM_FRONT = \r「\w4\r」 \y» \rMode\d: \wfront | ||
RZ_MENU_CAM_INCREASE = \r「\w5\r」 \y» \wIncrease distance | ||
RZ_MENU_CAM_DECREASE = \r「\w6\r」 \y» \wDecrease distance | ||
RZ_MENU_CAM_BACK = \r「\w9\r」 \y» \wBack | ||
RZ_MENU_CAM_CLOSE = \r「\w0\r」 \y» \wClose | ||
RZ_MENU_CAM_ALERT = ^4* ^1You ^3changed^1 camera ^4mode ^3* |
Binary file modified
BIN
-200 Bytes
(96%)
extra/addons/amxmodx/plugins/rezombie/menus/rz_menu_player_camera.amxx
Binary file not shown.