Update credits (#1367)
This commit is contained in:
parent
5e819f6596
commit
6a4364d404
@ -1164,6 +1164,10 @@ void PlayerManager::OnClientCommand(edict_t *pEntity)
|
|||||||
" Scott \"DS\" Ehlert, Fyren");
|
" Scott \"DS\" Ehlert, Fyren");
|
||||||
ClientConsolePrint(pEntity,
|
ClientConsolePrint(pEntity,
|
||||||
" Nicholas \"psychonic\" Hastings, Asher \"asherkin\" Baker");
|
" Nicholas \"psychonic\" Hastings, Asher \"asherkin\" Baker");
|
||||||
|
ClientConsolePrint(pEntity,
|
||||||
|
" Ruben \"Dr!fter\" Gonzalez, Josh \"KyleS\" Allard");
|
||||||
|
ClientConsolePrint(pEntity,
|
||||||
|
" Michael \"Headline\" Flaherty, Jannik \"Peace-Maker\" Hartung");
|
||||||
ClientConsolePrint(pEntity,
|
ClientConsolePrint(pEntity,
|
||||||
" Borja \"faluco\" Ferrer, Pavol \"PM OnoTo\" Marko");
|
" Borja \"faluco\" Ferrer, Pavol \"PM OnoTo\" Marko");
|
||||||
ClientConsolePrint(pEntity,
|
ClientConsolePrint(pEntity,
|
||||||
@ -1178,7 +1182,7 @@ void PlayerManager::OnClientCommand(edict_t *pEntity)
|
|||||||
ClientConsolePrint(pEntity,
|
ClientConsolePrint(pEntity,
|
||||||
"To see credits, type \"sm credits\"");
|
"To see credits, type \"sm credits\"");
|
||||||
ClientConsolePrint(pEntity,
|
ClientConsolePrint(pEntity,
|
||||||
"Visit http://www.sourcemod.net/");
|
"Visit https://www.sourcemod.net/");
|
||||||
RETURN_META(MRES_SUPERCEDE);
|
RETURN_META(MRES_SUPERCEDE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,11 +221,15 @@ void RootConsoleMenu::OnRootConsoleCommand(const char *cmdname, const ICommandAr
|
|||||||
ConsolePrint(" Fyren");
|
ConsolePrint(" Fyren");
|
||||||
ConsolePrint(" Nicholas \"psychonic\" Hastings");
|
ConsolePrint(" Nicholas \"psychonic\" Hastings");
|
||||||
ConsolePrint(" Asher \"asherkin\" Baker");
|
ConsolePrint(" Asher \"asherkin\" Baker");
|
||||||
|
ConsolePrint(" Ruben \"Dr!fter\" Gonzalez");
|
||||||
|
ConsolePrint(" Josh \"KyleS\" Allard");
|
||||||
|
ConsolePrint(" Michael \"Headline\" Flaherty");
|
||||||
|
ConsolePrint(" Jannik \"Peace-Maker\" Hartung");
|
||||||
ConsolePrint(" Borja \"faluco\" Ferrer");
|
ConsolePrint(" Borja \"faluco\" Ferrer");
|
||||||
ConsolePrint(" Pavol \"PM OnoTo\" Marko");
|
ConsolePrint(" Pavol \"PM OnoTo\" Marko");
|
||||||
ConsolePrint(" Special thanks to Liam, ferret, and Mani");
|
ConsolePrint(" Special thanks to Liam, ferret, and Mani");
|
||||||
ConsolePrint(" Special thanks to Viper and SteamFriends");
|
ConsolePrint(" Special thanks to Viper and SteamFriends");
|
||||||
ConsolePrint(" http://www.sourcemod.net/");
|
ConsolePrint(" https://www.sourcemod.net/");
|
||||||
}
|
}
|
||||||
else if (strcmp(cmdname, "version") == 0)
|
else if (strcmp(cmdname, "version") == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user