Skip to content

Instantly share code, notes, and snippets.

View irealworlds's full-sized avatar
🎯
Focusing

Marin Călin irealworlds

🎯
Focusing
View GitHub Profile
@irealworlds
irealworlds / ProgressBar.cs
Last active March 30, 2019 12:27 — forked from ikkentim/ProgressBar.cs
SA-MP progress bar converted to C#
using SampSharp.GameMode;
using SampSharp.GameMode.Display;
using SampSharp.GameMode.SAMP;
using SampSharp.GameMode.World;
using System;
namespace YourNamespace
{
public class ProgressBar : IDisposable
{