Fixed duplicate keys

This commit is contained in:
David Anderson
2004-08-22 04:25:55 +00:00
parent 3a78aff06d
commit a9cb464a33
10 changed files with 20 additions and 102 deletions

View File

@ -34,6 +34,7 @@
#include <amxmodx>
#include <amxmisc>
#include <string>
#define SPEED 0.3
@ -105,4 +106,4 @@ public setMessage() {
else
server_print("%L",LANG_SERVER,"MSG_DISABLED")
return PLUGIN_HANDLED
}
}