tei1995 why dont make when he regen his health it show sprit up him like CSO ?
PHP Code:
if (!can_heal[id])
{
can_heal[id] = true
user_time[id] = get_gametime()
message_begin(MSG_BROADCAST,SVC_TEMPENTITY);
write_byte(TE_EXPLOSION); // TE_EXPLOSION
write_coord(floatround(Origin[x])); // origin x
write_coord(floatround(Origin[y])); // origin y
write_coord(floatround(Origin[z])); // origin z
write_short(YOUR SPRITE); // sprites
write_byte(15); // scale in 0.1's
write_byte(12); // framerate
write_byte(14); // flags
message_end(); // message end
like that ??????

i hop you add it