3d Labels
#1

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.
Reply
#2

pawn Код:
Create3DTextLabel("text", color, x, y, z, 10.0, 0, 1)
Usage
pawn Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS=0);
use /save to save your current position(useful for adding spawns,creating labels, etc.)
Reply
#3

pawn Код:
// Top of script

new Text3D: Anzhelov3D;

// OnGameModeInit
Anzhelov3D = Create3DTextLabel( "Anzhelov", 0xFFFFFFFF, 0.0, 0.0, 0.0, 10.0, -1, 0 );
Use " /rs " in game to save the position, " /save " will save the position with using "AddPlayerClass" format...
Reply
#4

can any one tell me how to add the pwn code in CODE!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)