Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed May 10, 2018
1 parent c7f75cd commit 07c28be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vMenu/CommonFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ public async void BanPlayer(Player player, bool forever)
/// <param name="player"></param>
public void KillPlayer(Player player) => TriggerServerEvent("vMenu:KillPlayer", player.ServerId);

/// <summary>
/// Kill yourself.
/// </summary>
public async void CommitSuicide()
{
// Get the suicide animations ready.
Expand Down Expand Up @@ -1605,6 +1608,7 @@ public void DrawTextOnScreen(string text, float xPosition, float yPosition, floa
}
#endregion

#region ped (& ped mp info) info struct
public struct MultiplayerPedInfo
{
// todo
Expand All @@ -1621,6 +1625,7 @@ public struct PedInfo
public Dictionary<int, int> drawableVariations;
public Dictionary<int, int> drawableVariationTextures;
};
#endregion

#region Set Player Skin
/// <summary>
Expand Down

0 comments on commit 07c28be

Please sign in to comment.