View Single Post
romeo7
Senior Member
Join Date: Mar 2017
Old 07-15-2018 , 02:59   Re: [CS:GO/ZP] Addon: Zombie Smoker
Reply With Quote #23

Quote:
Originally Posted by Lost_lgz View Post
how to remove this block?
it hard with no crosshair for zm
Only ZP8.X.X:
open addons\sourcemod\scripting\zp\game\tools_func tions.cpp file, go to line 411:
PHP Code:
#define HIDEHUD_CROSSHAIR (1 << 8) 
and change to:
PHP Code:
#define HIDEHUD_CROSSHAIR (1 << 12) 
then compile zbm3_core.sp.

Last edited by romeo7; 07-15-2018 at 03:01.
romeo7 is offline