Skripta koju koristim:FactionGame(Moj Edit)
Detaljan opis problema:Imam problem sa 3d textovima iznad glave za admine,sve se lepo prikazuje ali stoje 1 metar iznad glave !!
Dio skripte : new Text3D:a14text;
new Text3D:a1337text;
new Text3D:a1338text;
new Text3D:a1339text;
new Text3D:a1340text;
a14text = Create3DTextLabel("[ADMIN]",COLOR_BLACK,0,0,0,100,0,1);
a1337text = Create3DTextLabel("[HEAD ADMIN]",COLOR_BLACK,0,0,0,100,0,1);
a1338text = Create3DTextLabel("[SKRIPTER]",COLOR_BLACK,0,0,0,100,0,1);
a1339text = Create3DTextLabel("[SUVLASNIK]",COLOR_BLACK,0,0,0,100,0,1);
a1340text = Create3DTextLabel("[VLASNIK]",COLOR_BLACK,0,0,0,100,0,1);