Prop/object placer

hi i want to know how this guy changed the opacity of the object what he want to place and if you can give me a simple lua code that explain that situation i was looking for this for weeks and found nothing
the video : sicklevi_objectplacer

SetEntityAlpha(Object, 180, 0)

1 Like

i tried to use it after createobject(object) but it didnt work in client side . should i do something else?

1 Like
 CurrentObject = CreateObject(object, 1.0, 1.0, 1.0, true, true, false)
    local heading = 0.0
    SetEntityHeading(CurrentObject, 0)
    
    SetEntityAlpha(CurrentObject, 150)
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.