Hi guys !
I have 2 views (Splittscreen) and want to get some panels for game controlling!
Is there a way to get an entity on each view?


I tried this but it only appears at the center of the screen and not in each view!

Quote:

ENTITY* inventar_pan_p1=
{
type = "inventar.mdl";
view = camera1;
x = 350;
y = 134;
z = 100;
flags = BRIGHT | TRANSLUCENT|SHOW;
flags2 = VISIBLE;
}


ENTITY* inventar_pan_p2=
{
type = "inventar.mdl";
view = camera2;
x = 350;
y = 134;
z = 100;
flags = BRIGHT | TRANSLUCENT|SHOW;
flags2 = VISIBLE;
}


Any ideas?


3D-Gamestudio A8 - Commercial