Is it possible to make the sprite duration longer? Or I have to show it again after the first one ends?
PHP Code:
static origin[3]
get_user_origin(attacker, origin)
message_begin(MSG_PVS, SVC_TEMPENTITY, origin)
write_byte(TE_SPRITE)
write_coord(origin[0])
write_coord(origin[1])
write_coord(origin[2]+65)
write_short(sprite)
write_byte(10)
write_byte(250)
message_end()