View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 06-07-2020 , 10:20   Re: Dynamic replace of crosshair sprite
Reply With Quote #4

Use HUD for replacement spec X hair.
Animated examples to get ideas from.
Code:
///Hide HUD first if you like. #define HIDEHUD_CROSSHAIR   (1<<6) #define m_iHideHUD        361 set_pdata_int(id, m_iHideHUD, get_pdata_int(id, m_iHideHUD) | HIDEHUD_CROSSHAIR);
__________________
DJEarthQuake is offline