[HELP] Progress bar map
#1

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;
    }
Reply
#2

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

dont work ;\
Reply
#4

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.
Reply
#5

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;
    }
Reply
#6

I want it!! TOO!
Reply
#7

any can help me?
Reply
#8

Im really need it, any can help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)