Hi ,
can i show StatusIcon at center of screen ( it always show on left of screen like this )
PHP Code:
#include <fakemeta_util>
new statusicon,bool:blink_stat[3]
public plugin_init(){
statusicon = get_user_msgid("StatusIcon")
}
public function()
{
engfunc(EngFunc_MessageBegin,MSG_ALL,statusicon,{0.0, 0.0, 0.0},0)
write_byte(1)
write_string("dmg_shock")
write_byte(0)
write_byte(128)
write_byte(255)
message_end()
}
__________________