PDA

View Full Version : [RESOLVED] Editting The Help Message


Eddy
04-01-2007, 17:37
How can I add a Help line to the Help Message?

For example:

"Type /knife to choose your preferred knife"

TooL
04-01-2007, 21:11
Edit the \cstrike\addons\amxmodx\data\lang\gungame.txt file

Eddy
04-01-2007, 23:24
Thank You Tool!

Well, I tired it and heres the code i put in:

RULES_MESSAGE_LINE3 :
Say !top10 to see the top 10 players on this server^n
Say !level to see your current level and who is winning^n
Say !weapons to see the weapon order^n
Say !score to see player scores
Say /knife to Select Your Preferred Knife Type
:

Well, i restarted my server and i get this:

Invalid multi-lingual line ("cstrike\addons\amxmodx\data\lang\gungame.txt line 1

I'm guessing I have to add that new line in every language right?

XxAvalanchexX
04-03-2007, 16:16
The language file is saved as UTF-8, for Chinese characters and the such, but in order for it to be read by AMXX it has to be saved without BOM. Notepad and Wordpad save with BOM by default. I have to use EMEditor to save as UTF-8 without BOM.

Try this.

EDIT: file removed

Eddy
04-05-2007, 16:47
I have to use EMEditor to save as UTF-8 without BOMSo if I want to edit the gg dictinary, i can simply use EMEditor and save it the way you said.

Again Thank You For Using Your Time To Help. Much Respect.

Eddy
04-06-2007, 10:47
Thank You, Avalanche.

it works perfectly. [RESOLVED]