In fact I do not have a clear idea about that?
PHP Code:
new origin[3]
new Float:m = 50.0
get_origin_on_line(firstid,m,origin)
message_begin(MSG_BROADCAST, SVC_TEMPENTITY)
write_byte(TE_SPRITE)
write_coord(origin[0])
write_coord(origin[1])
write_coord(origin[2])
write_short(spr)
write_byte(8) //scale -
write_byte(255) //brightness -
message_end()
__________________