update(pluginStart): add message dans la console avec informations)
This commit is contained in:
parent
4f167dfafc
commit
80e3bffd56
1 changed files with 13 additions and 2 deletions
15
infolan.sp
15
infolan.sp
|
@ -24,7 +24,7 @@ public Plugin myinfo =
|
||||||
description = "Plugin communiquant avec le bot discord \
|
description = "Plugin communiquant avec le bot discord \
|
||||||
https://github.com/InfoLAN/cs-picker afin d’automatiser \
|
https://github.com/InfoLAN/cs-picker afin d’automatiser \
|
||||||
l’InfoLan 2021",
|
l’InfoLan 2021",
|
||||||
version = "1.5.8",
|
version = "1.5.9",
|
||||||
url = "https://git.gnous.eu/Rick/infolanBot"
|
url = "https://git.gnous.eu/Rick/infolanBot"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -36,7 +36,18 @@ public void OnPluginStart()
|
||||||
|
|
||||||
RegServerCmd("!team", SetTeam);
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue