16.10.2009, 21:48
There are many many ways to lower the amount of textdraws you're using.
Here's an example function I made for SA-N-RP
Pastebun-SetPlayerBar
It's a function
SetPlayerBar(playerid,CurrentBarColor,MaxBarColor, OutlineColor,Floatercent)
the current bar color is the part of the bar that shows the percentage. like if the bar is at 50%, the left side would be this color
the max bar color would be the right side
the outline color would be it's background
This function will only use 3 textdraws in total, no matter how many players are on the server.
Here's an example function I made for SA-N-RP
Pastebun-SetPlayerBar
It's a function
SetPlayerBar(playerid,CurrentBarColor,MaxBarColor, OutlineColor,Floatercent)
the current bar color is the part of the bar that shows the percentage. like if the bar is at 50%, the left side would be this color
the max bar color would be the right side
the outline color would be it's background
This function will only use 3 textdraws in total, no matter how many players are on the server.