SA-MP Forums Archive
[HELP] Progress bar map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Progress bar map (/showthread.php?tid=552493)



[HELP] Progress bar map - luccagomes15 - 24.12.2014

Wanted to create a loading bar just like it on the map that I glued to the paint



But are giving these errors:

pawn Код:
warning 203: symbol is never used: "RapeBar"
pawn Код:
CMD:rape(playerid) {
        RapeBar:CreatePlayerProgressBar(playerid, 35.0000, 316.0000, 55.5, 3.2, 1, 100.0, BAR_DIRECTION_RIGHT); // Creates a progress bar for a player.
        return 1;
    }



Re : [HELP] Progress bar map - StreetRP - 24.12.2014

PHP код:
PlayerBar CreatePlayerProgressBar(playerid35.0000316.000055.53.21100.0BAR_DIRECTION_RIGHT); // Creates a progress bar for a player. 
Try


Re: [HELP] Progress bar map - luccagomes15 - 25.12.2014

dont work ;\


Re: [HELP] Progress bar map - Ryz - 25.12.2014

make sure you added right
pawn Код:
new PlayerBar:RapeBar;
And

pawn Код:
RapeBar=CreatePlayerProgressBar(playerid, 35.0000, 316.0000, 55.5, 3.2, 1, 100.0, BAR_DIRECTION_RIGHT); // Creates a progress bar for a player.



Re: [HELP] Progress bar map - luccagomes15 - 25.12.2014

warning 204: symbol is assigned a value that is never used: "RapeBar"

pawn Код:
new PlayerBar:RapeBar;
pawn Код:
CMD:rape(playerid) {
        RapeBar=CreatePlayerProgressBar(playerid, 35.0000, 316.0000, 55.5, 3.2, 1, 100.0, BAR_DIRECTION_RIGHT); // Creates a progress bar for a player.  
        return 1;
    }



Re: [HELP] Progress bar map - pedrotvr - 26.12.2014

I want it!! TOO!


Re: [HELP] Progress bar map - luccagomes15 - 26.12.2014

any can help me?


Re: [HELP] Progress bar map - luccagomes15 - 27.12.2014

Im really need it, any can help me?