Posts by flick7k
2 posts total, newest first.
Ayyware Full Fixed/Updated!in Counter-Strike 2 Coding & Resources - any welp for chams fix for through wall WELP!!Horitzontal healthbar to verticalin Counter-Strike 2 Coding & Resources - void CVisuals::HealthBar(int x, int y, int w, int h, float health )
{
int hp = health;
if (hp > 100)
hp = 100;
int Width = (w * (hp / 100.f));
int Red = 255 - (hp*2.55);
int Green = hp*2.55;
D
Showing the 2 most recent posts.