View Single Post
Author Message
edwinvega86
Senior Member
Join Date: Feb 2016
Old 08-14-2019 , 06:05   (L4D2)How do I change the size and color of the particle?
Reply With Quote #1

I want to change the size and color of this smoke that I use?




I have no effect when using
PHP Code:
    char buffer[12];
    
Format(buffersizeof(buffer), "%i %i %i"GetRandomInt(0255), GetRandomInt(0255), GetRandomInt(0255));
    
DispatchKeyValue(particle"RenderColor"buffer);
    
DispatchKeyValue(particle"scale""9"); 
edwinvega86 is offline