Code:
stock create_te_largefunnel(origin[3],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(sprite);
write_short(flags);
message_end();
}
Is it possible to remove the green dots with this effect?
I using a custome sprite but the green dots are still there. Is there any special flag wich remove them?
I also want shockwave but in black colour, I tried to change RGB to 0 0 0 but it will be invisible.
Thanks!