16.06.2011, 13:26
Is there a pawno command for adding 3D Label (not IG, in the script), I would like to add 3d Label on special place, using it's co-ordiantes, but I don't know if it's possible.
Create3DTextLabel("text", color, x, y, z, 10.0, 0, 1)
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS=0);
// Top of script
new Text3D: Anzhelov3D;
// OnGameModeInit
Anzhelov3D = Create3DTextLabel( "Anzhelov", 0xFFFFFFFF, 0.0, 0.0, 0.0, 10.0, -1, 0 );