AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   largefunnel, green dots (https://forums.alliedmods.net/showthread.php?t=60615)

JoshGomez 09-08-2007 12:11

largefunnel, green dots
 
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!


All times are GMT -4. The time now is 16:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.