mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-05 18:20:32 +03:00
27 lines
948 B
Plaintext
27 lines
948 B
Plaintext
[en]
|
|
TARGETEX_NO_GROUPS = This command cannot be used on groups of players.
|
|
TARGETEX_NO_BOTS = This command cannot be used on bots.
|
|
TARGETEX_NO_ALIVE = Alive players cannot be targeted with this command.
|
|
TARGETEX_NO_DEAD = Dead players cannot be targeted with this command.
|
|
TARGETEX_NO_MATCHES = No players were found matching your criteria.
|
|
TARGETEX_NO_EXCLUDE = You cannot exclude yourself when using @%s
|
|
TARGETEX_EXCEPT_HIMSELF = except him
|
|
|
|
TARGETEX_ARG_ALL = all players
|
|
TARGETEX_ARG_ALL_TEAM = all players in team %s
|
|
|
|
TARGETEX_ARG_ALIVE = alive players
|
|
TARGETEX_ARG_ALIVE_TEAM = alive players in team %s
|
|
|
|
TARGETEX_ARG_BOTS = all bots
|
|
TARGETEX_ARG_BOTS_TEAM = all bots in team %s
|
|
|
|
TARGETEX_ARG_DEAD = dead players
|
|
TARGETEX_ARG_DEAD_TEAM = dead players in team %s
|
|
|
|
TARGETEX_ARG_HUMANS = all humans
|
|
TARGETEX_ARG_HUMANS_TEAM = all humans in team %s
|
|
|
|
TARGETEX_ARG_VIEW = all players in his view
|
|
TARGETEX_ARG_VIEW_TEAM = all %s players in his view
|