Quote:
Originally Posted by Hellrock
Maybe get_user_weapon(id, clip, ammo) instead of user_has_weapon(id, CSW_AWP)), uhh?
Example:
PHP Code:
if(get_user_weapon(id) == CSW_AWP) { // code }
|
Sir, I just want to remove the hud when player bought Sniper, and show the hud again when players using other weapons..