Hello, I created sprite on players head which is visible to friendly team but when this sprite created the enemy team also can see this sprite.
How i can make this sprite's visibility limited to friendly team?
(e.g. Just like radio commands which create sprite above player head & visible to friendly team)
PHP Code:
message_begin(MSG_ALL, SVC_TEMPENTITY)
write_byte(TE_PLAYERATTACHMENT)
write_byte(id)
write_coord(60)
write_short(g_Pass_SprId)
write_short(20)
message_end()
I don't want adding and removing method like this plugin
Team Icon Spr v1.0.4
Thanks in Advance
__________________