View Single Post
Author Message
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 08-14-2015 , 00:45   How to draw a circle that surround a client
Reply With Quote #1

heres what i tried

PHP Code:
    new Float:vec[3];
    
GetClientAbsOrigin(clientvec);
        
    
vec[2] += 10;
    
TE_SetupBeamRingPoint(vec99.0100.0g_BeamSpriteg_HaloSprite0151.05.00.0, {00255255}, 100);
    
TE_SendToAll(); 
if i use 100.0 for the initial ring radius the circle won't show
with initial ring radius set to 99.0 will show
but its more like a beacon
i want a circle that does not expand or have animation
8guawong is offline