Search found 1 match

by aaaaaaaaaaaaaaaaaa8
Tue Jun 06, 2017 9:20 am
Forum: Modding help
Topic: LuaGuiElement type camera does not work
Replies: 2
Views: 1698

LuaGuiElement type camera does not work

Suppose I want to create a camera on an entity position. Given surface, entity and frame, I used

frame.add{
type="camera",
name="entity_camera",
position=entity.position,
surface_index=surface.index
}

It does not show anything. How do I make it show the camera? Thanks

Go to advanced search