Raised This Month: $ Target: $400
 0% 

[HELP] Beacon Shadow Color


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
NiceGuyx
Senior Member
Join Date: Nov 2011
Old 12-02-2011 , 19:49   [HELP] Beacon Shadow Color
Reply With Quote #1

Hello, I have this beacon:

PHP Code:
public beacon(id)
{
    static 
origin[3]

    
get_user_origin(idorigin)
    
message_begin(MSG_BROADCASTSVC_TEMPENTITY)
    
write_byte(TE_BEAMCYLINDER)
    
write_coord(origin[0])//position.x
    
write_coord(origin[1])//position.y
    
write_coord(origin[2]-20)//position.z
    
write_coord(origin[0])    //axis.x
    
write_coord(origin[1])    //axis.y
    
write_coord(origin[2]+200)//axis.z
    
write_short(beacon_sprite)//sprite index
    
write_byte(0)       //starting frame
    
write_byte(1)        //frame rate in 0.1's
    
write_byte(6)        //life in 0.1's
    
write_byte(2)        //line width in 0.1's
    
write_byte(1)        //noise amplitude in 0.01's
    
write_byte(0)      //red
    
write_byte(0)      //green
    
write_byte(255)     //blue
    
write_byte(200)     //brightness
    
write_byte(6)       //scroll speed in 0.1's
    
message_end()

It's giving me a circle Like this:



I want it to be like this:



What i have to EDIT? Please.
NiceGuyx is offline
 



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 08:23.


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