for one person it would be: (Corrected)
Code:
message_begin(MSG_ONE,SVC_TEMPENTITY,{0,0,0},id)
write_byte(17)
write_coord(X)
write_coord(Y)
write_coord(Z)
write_short(sprite)
write_byte(scale)
write_byte(brightness)
message_end()
Altough I clueless to what the scale var does, I do know that you sprite has to be a global var that is precached like:
Code:
new sprite
public plugin_precache()
sprite = precache_model("dir/sprite.spr")