From 80e3bffd56a7eaf8890f1032c90dc8ea182aa6c7 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 3 Jun 2021 14:12:46 +0200 Subject: [PATCH] update(pluginStart): add message dans la console avec informations) --- infolan.sp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/infolan.sp b/infolan.sp index 8bb030b..5a07e6f 100644 --- a/infolan.sp +++ b/infolan.sp @@ -24,7 +24,7 @@ public Plugin myinfo = description = "Plugin communiquant avec le bot discord \ https://github.com/InfoLAN/cs-picker afin d’automatiser \ l’InfoLan 2021", - version = "1.5.8", + version = "1.5.9", url = "https://git.gnous.eu/Rick/infolanBot" }; @@ -36,7 +36,18 @@ public void OnPluginStart() RegServerCmd("!team", SetTeam); - PrintToServer("Hello world!"); + /* juste pour avoir un truc jolie */ + PrintToServer("\n _____ __ _ _ _"); + PrintToServer("|_ _| / _| | | /\\ | \\ | |"); + PrintToServer(" | | _ __ | |_ ___ | | / \\ | \\| |"); + PrintToServer(" | | | '_ \\| _/ _ \\| | / /\\ \\ | . ` |"); + PrintToServer(" _| |_| | | | || (_) | |____ / ____ \\| |\\ |"); + PrintToServer("|_____|_| |_|_| \\___/|______/_/ \\_\\_| \\_|"); + PrintToServer("\n Le plugin a démarré avec succès !\n"); + PrintToServer("Autheur: rick@gnous.eu"); + PrintToServer("Depot git: https://git.gnous.eu/Rick/infolanBot"); + PrintToServer("Depot github: https://github.com/InfoLAN/infolanCSGOplugin"); + PrintToServer("Licence: GPL3\n"); } /**