Raised This Month: $51 Target: $400
 12% 

Solved l4d2 tank add color fog.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AK978
Senior Member
Join Date: Jun 2018
Old 03-23-2020 , 11:48   l4d2 tank add color fog.
Reply With Quote #1

tank add color fog,
can help write me a small piece of source code?

https://www.youtube.com/watch?v=H3pzaOI0924 red tank.

Last edited by AK978; 03-30-2020 at 07:30.
AK978 is offline
Aya Supay
Member
Join Date: Nov 2015
Old 03-25-2020 , 11:45   Re: tank add color fog.
Reply With Quote #2

Quote:
Originally Posted by AK978 View Post
tank add color fog,
can help write me a small piece of source code?

https://www.youtube.com/watch?v=H3pzaOI0924 red tank.
try this
PHP Code:
            int devil CreateEntityByName("env_smokestack");
            
DispatchKeyValue(devil,"BaseSpread""100");
            
DispatchKeyValue(devil,"SpreadSpeed""70");
            
DispatchKeyValue(devil,"Speed""80");
            
DispatchKeyValue(devil,"StartSize""200");
            
DispatchKeyValue(devil,"EndSize""2");
            
DispatchKeyValue(devil,"Rate""30");
            
DispatchKeyValue(devil,"JetLength""400");
            
DispatchKeyValue(devil,"Twist""20"); 
            
DispatchKeyValue(devil,"RenderColor""255 0 0");
            
DispatchKeyValue(devil,"RenderAmt""255");
            
DispatchKeyValue(devil,"SmokeMaterial""particle/particle_smokegrenade1.vmt");
            
SetVariantString("!activator");
            
AcceptEntityInput(devil"SetParent"hulk);
            
DispatchSpawn(devil);
            
AcceptEntityInput(devil"TurnOn");
            
TeleportEntity(devilview_as<float>({ 0.00.030.0 }), NULL_VECTORNULL_VECTOR);
            
CPrintToChatAll("{green}★ {cyan}[TANK DEVIL]"); 
Aya Supay is offline
AK978
Senior Member
Join Date: Jun 2018
Old 03-26-2020 , 08:06   Re: tank add color fog.
Reply With Quote #3

thank you.
i will test.
AK978 is offline
AK978
Senior Member
Join Date: Jun 2018
Old 03-29-2020 , 01:22   Re: tank add color fog.
Reply With Quote #4

The code is valid, thanks for the help.
Attached Files
File Type: sp Get Plugin or Get Source (test.sp - 186 views - 1.7 KB)

Last edited by AK978; 04-12-2020 at 00:38.
AK978 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:40.


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