Hi, could anyone help me with the large funnel effect? the green dots doesnt seem to dissapear even if i use a custom sprite
PHP Code:
stock create_te_largefunnel(origin[3],funnel_sprite,flags)
{
message_begin(MSG_BROADCAST,SVC_TEMPENTITY)
write_byte(TE_LARGEFUNNEL);
write_coord(origin[0])
write_coord(origin[1])
write_coord(origin[2])
write_short(funnel_sprite)
write_short(flags)
message_end()
}
thanks in advance
__________________
There are two things that are infinite in this world, the universe and human stupidity.