Reply To: white glow

Bank Notes: 2,860
May 17, 2012 at 8:05 am #12196

command objects glow

 

add light

game.highlighting:AddHighlighting(game.entitywrapper:GetEntityByName(“the name of the object”))

 

remove the light

game.highlighting:RemoveHighlighting(game.entitywrapper:GetEntityByName(“the name of the object”))

 

for example, the front door to the office of Bruno

game.highlighting:AddHighlighting(game.entitywrapper:GetEntityByName(“C_Door”))

 

the name of the object you can see here

http]