Ugh,
Put all of your global variables and defines BEFORE the plugin_init forward and then format the global vars like so:
Change this:
new stkmessages[7][] =
{
"%L", LANG_SERVER, "KILL_STREAK_A",
"%L", LANG_SERVER, "KILL_STREAK_B",
"%L", LANG_SERVER, "KILL_STREAK_C",
"%L", LANG_SERVER, "KILL_STREAK_D",
"%L", LANG_SERVER, "KILL_STREAK_E",
"%L", LANG_SERVER, "KILL_STREAK_F",
"%L", LANG_SERVER, "KILL_STREAK_G"
}
to this:
new stkmessages[LEVELS][MAX_MSG_LEN]
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116
I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
Last edited by v3x; 06-29-2006 at 08:07.
Reason: text editor is retarded
|