Posts: 259
Threads: 39
Joined: Jun 2017
Is it possible that we can create progress bar with symbol? Im just curious.
Posts: 1,076
Threads: 70
Joined: Jul 2016
Reputation:
0
Use textdraws and be creative
Posts: 259
Threads: 39
Joined: Jun 2017
Quote:
Originally Posted by Eoussama
Use textdraws and be creative
|
Can you give me a sample? so i can understand next time. just like this while capturing.
Posts: 455
Threads: 29
Joined: Apr 2014
those white strips are ||||
red bar is just textdrawsize increace.
PlayerTextDrawTextSize(x,val[pid]);
val[pid]+=5.0;
or you could also use
https://sampforum.blast.hk/showthread.php?tid=537468
Posts: 259
Threads: 39
Joined: Jun 2017
Anways thanks guys now i understand