AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   is it possible to change the color of a hologram?: (https://forums.alliedmods.net/showthread.php?t=130267)

AngeIII 06-22-2010 02:33

is it possible to change the color of a hologram?:
 
:arrow:
is it possible to change the color of a hologram?:

Code:

set_pev(entity, pev_renderfx, kRenderFxHologram);
new Float:RenderColor[3];
RenderColor[0] = float(200);
RenderColor[1] = float(10);
RenderColor[2] = float(10);
set_pev(entity, pev_rendercolor, RenderColor);
set_pev(entity, pev_rendermode, kRenderTransAlpha);
set_pev(entity, pev_renderamt, float(1000));

don't work :(


for example I want to create Hologram with red GLOW is it real?

AngeIII 06-23-2010 19:51

Re: is it possible to change the color of a hologram?:
 
no one? :down:


All times are GMT -4. The time now is 14:52.

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