From 019f828826500fee927ed5b6c4a94783b46f259d Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 5 Jun 2021 17:43:26 +0200 Subject: [PATCH] update(doc): ajout doc pour !addteam --- infolan.sp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infolan.sp b/infolan.sp index 9e7b0ea..f88aa36 100644 --- a/infolan.sp +++ b/infolan.sp @@ -161,6 +161,10 @@ public Action SetTeam(int args) return Plugin_Handled; } +/** + * Commande pour ajouter un joueur dans une équipe + * !addTeam ct id1 + */ public Action AjoutJoueur(int args) { char tmp[128];