I'm currently updating my Entity Remover plugin, but my multi-lingual file has an error.
Here is the file:
Code:
[en]
CANNOT_REMOVE_PLAYER = [ER] You cannot remove a player!
CANNOT_RESTORE_PLAYER = [ER] You cannot restore a player!
AIM_AT_ENTITY = [ER] You must aim at an entity first!
ENTITY_REMOVED = [ER] Entity removed!
ENTITY_RESTORED = [ER] Entity restored!
RESET_ENTITIES = [ER] All removed entities have been reset!
ENTITY_ALREADY_REMOVED = [ER] This entity is already removed!
ENTITY_NOT_REMOVED = [ER] This entity has not been removed!
SOMEONE_ALREADY_REMOVING = [ER] Someone is already removing entities!
SOMEONE_ALREADY_RESTORING = [ER] Someone is already restoring entities!
MENU_TITLE = Entity Remove Menu
MENU_FIND_REMOVE_NO_COLOR = Find Entity To Remove
MENU_FIND_REMOVE_COLOR = Find Entity To \rRemove
MENU_FIND_RESTORE_NO_COLOR = Find Entity To Restore
MENU_FIND_RESTORE_COLOR = Find Entity To \yRestore
MENU_FIND_NEXT_ENTITY = Find Next Entity
MENU_REMOVE_ENTITY_COLOR = \rRemove \wEntity \r[\y%s\r][\y%i\r]
MENU_REMOVE_ENTITY_NO_COLOR = Remove Entity
MENU_RESTORE_ENTITY_COLOR = \yRestore \wEntity \r[\y%s\r][\y%i\r]
MENU_RESTORE_ENTITY_NO_COLOR = Restore Entity
MENU_SETTING_REMOVE = Setting: \rRemove
MENU_SETTING_RESTORE = Setting: \rRestore
MENU_NO_REMOVE = [ER] Could not find entity to remove!
MENU_NO_RESTORE = [ER] There are no entities to restore!
Here is the error:
Code:
L 08/27/2008 - 16:03:50: Invalid multi-lingual line (file "cstrike\addons\amxmodx\data\lang\entity_remover.txt" line 1)
This error is displayed in my console upon server start and changing maps.
I have the latest version of AMXX (1.8.1).
I don't see anything wrong with my file. I even tried adding a few other languages, with random words because I don't know other languages enough to translate. And it still doesn't work.
In game, every time a ML message should be shown, I get ML_NOTFOUND error.
Screenshot
__________________