OK i know was wrong about the hud messages having an index of 0,
but i am like 90% sure you can not put 0 in this funciton, but i could be wrong.
In the case that i am right,
Code:
new i
for( i = 0; i < get_maxplayers(); i++ ) {
if( !is_user_connected(i) ) continue
set_user_hitzones(i,i,255)
}
__________________