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

Help / Support I really want to know..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
cswant2kr
Junior Member
Join Date: Mar 2020
Old 03-23-2020 , 21:33   I really want to know..
Reply With Quote #1

I get this extra item plugin
and I want to change laser color to blue (It is red)
what should i do?
Attached Files
File Type: sma Get Plugin or Get Source (zp_extra_ethereal.sma - 117 views - 17.8 KB)
cswant2kr is offline
headshot910
Member
Join Date: Apr 2012
Old 03-25-2020 , 05:18   Re: I really want to know..
Reply With Quote #2

Go to line 367, it's should look like this:
PHP Code:
    write_byte(255)// r, g, b
    
write_byte(0)// r, g, b
    
write_byte(0)// r, g, b 
And change to :

PHP Code:
    write_byte(0)// r, g, b
    
write_byte(255)// r, g, b
    
write_byte(0)// r, g, b 
__________________
Hi!
I'm here!
headshot910 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 16:17.


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