21.02.2011, 07:07
I don't see the bar that I have made with Progress Bar. Here is my code
A help will be very very generous
pawn Код:
#define FILTERSCRIPT
#include <a_samp>
#include <progress>
new Bar:Deh;
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
Deh = CreateProgressBar(557.00, 212.00, 55.50, 1.50, 376089275, 100.0);
ShowProgressBarForAll(Deh);
return 1;
}