Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. -- List of Steel
  2. if (armor or 0) > 0 then
  3. dxDrawBox(screenW * 0.0732, screenH * 0.4166, screenW * 0.0083, -armor/1.165 * py, tocolor(255,0,0,255), tocolor(0,0,0,200)) -- 1 linia
  4. dxDrawBox(screenW * 0.0732, screenH * 0.4166, screenW * 0.0083, -150/1.165 * py, tocolor(0,0,0,150), tocolor(0,0,0,200)) -- 2 linia
  5. end
  6. -- --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement