Quote:
Originally Posted by Randomize
Also how to remove the hud when player using Sniper?
|
Don't know what sniper you talking about, but.;
Anyway, check if the player has weapon name
PHP Code:
if(user_has_weapon(id, CSW_AWP))
// your code from hud..
}