1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Changed my name in the credits for great justice!

This commit is contained in:
Scott Ehlert 2009-10-29 05:21:54 -05:00
parent 584717bf8c
commit a6b2f0c80f
2 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ CON_COMMAND(meta, "Metamod:Source Menu")
CONMSG("Metamod:Source was developed by:\n");
CONMSG(" SourceHook: Pavol \"PM OnoTo\" Marko\n");
CONMSG(" GameDLL/Plugins: David \"BAILOPAN\" Anderson\n");
CONMSG(" GameDLL: Scott \"Damaged Soul\" Ehlert\n");
CONMSG(" GameDLL: Scott \"DS\" Ehlert\n");
CONMSG("For more information, see the official website\n");
CONMSG("http://www.metamodsource.net/\n");
@ -667,7 +667,7 @@ void ClientCommand_handler(edict_t *client)
CLIENT_CONMSG(client, "Metamod:Source was developed by:\n");
CLIENT_CONMSG(client, " SourceHook: Pavol \"PM OnoTo\" Marko\n");
CLIENT_CONMSG(client, " Core: David \"BAILOPAN\" Anderson\n");
CLIENT_CONMSG(client, " Core: Scott \"Damaged Soul\" Ehlert\n");
CLIENT_CONMSG(client, " Core: Scott \"DS\" Ehlert\n");
CLIENT_CONMSG(client, "For more information, see the official website\n");
CLIENT_CONMSG(client, "http://www.metamodsource.net/\n");

View File

@ -62,7 +62,7 @@ bool Command_Meta(IMetamodSourceCommandInfo *info)
CONMSG("Metamod:Source was developed by:\n");
CONMSG(" SourceHook: Pavol \"PM OnoTo\" Marko\n");
CONMSG(" GameDLL/Plugins: David \"BAILOPAN\" Anderson\n");
CONMSG(" GameDLL: Scott \"Damaged Soul\" Ehlert\n");
CONMSG(" GameDLL: Scott \"DS\" Ehlert\n");
CONMSG("For more information, see the official website\n");
CONMSG("http://www.metamodsource.net/\n");
@ -695,7 +695,7 @@ bool Command_ClientMeta(edict_t *client, IMetamodSourceCommandInfo *info)
CLIENT_CONMSG(client, "Metamod:Source was developed by:\n");
CLIENT_CONMSG(client, " SourceHook: Pavol \"PM OnoTo\" Marko\n");
CLIENT_CONMSG(client, " GameDLL/Plugins: David \"BAILOPAN\" Anderson\n");
CLIENT_CONMSG(client, " GameDLL: Scott \"Damaged Soul\" Ehlert\n");
CLIENT_CONMSG(client, " GameDLL: Scott \"DS\" Ehlert\n");
CLIENT_CONMSG(client, "For more information, see the official website\n");
CLIENT_CONMSG(client, "http://www.metamodsource.net/\n");