AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Effect help (https://forums.alliedmods.net/showthread.php?t=60658)

Contrus 09-09-2007 08:56

Effect help
 
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


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

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