does anybody know how to draw a resizeable health bar with R0J0hound's canvas plugin?
I know I can make one 100 pixels wide
doing something like this
Draw Box
X 164
Y 94
W (health/maxhealth)*100
H 6
but how do I draw one 328 pixels wide with the health bar being based off of 100%?