update(doc): ajout doc pour !addteam
This commit is contained in:
parent
28bba7ae75
commit
019f828826
1 changed files with 4 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue