Skip to content

Instantly share code, notes, and snippets.

View htfranek's full-sized avatar

Rexmundier htfranek

  • @HeroEngineering
View GitHub Profile
@htfranek
htfranek / ProgressBar.cs
Last active November 15, 2018 19:17 — forked from ikkentim/ProgressBar.cs
SA-MP progress bar converted to C#
using System;
using SampSharp.GameMode;
using SampSharp.GameMode.Display;
using SampSharp.GameMode.SAMP;
using SampSharp.GameMode.Tools;
using SampSharp.GameMode.World;
using SampColor = SampSharp.GameMode.SAMP.Color;
namespace YourNameSpace
{