PDA

View Full Version : Changing HUD messages?


MusicMan
07-04-2004, 13:04
Hi everyone. I was just wondering how you change the text being displayed by HUD messages i.e the text being displayed with the AMX stats i.e "I hope you still have a healthpack." to something you think would be even funnier to display. I would be cool if there was some smart little menu, command or a .txt file to change it directly, but if not I guess I will just have to change or add the messages in the source code and recompile myself.

Thanks in advance;)

MusicMan

[NvT]_KaszpiR_
07-04-2004, 15:55
in statsme you can edit .cfg files
in clanmod there are title.txt and .cfg files
in amx edit .sma files and recompile, some plugins support language files though.
in any project that you can get source you can edit it manually and try to recompile

otherwise hexediting :/

MusicMan
07-04-2004, 16:18
thanks mate;)

MusicMan