added dictionary common.txt

This commit is contained in:
Felix Geyer
2004-08-06 18:44:37 +00:00
parent 0eb04ba899
commit 94474b57c1
5 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,7 @@ new g_Current
public plugin_init() {
register_plugin("Info. Messages",AMXX_VERSION_STR,"AMXX Dev Team")
register_dictionary("imessage.txt")
register_dictionary("common.txt")
register_srvcmd("amx_imessage","setMessage")
register_cvar("amx_freq_imessage","10")
new lastinfo[8]