Trouble from get ID 3D Label Text
#1

Hi,
my code:
Код:
new Text3D:idlabla;
idlabla = Create3DTextLabel(Przed,COLOR_WHITE,x,y,z,10.0,0,1);
printf("%d",idlabla);
I want to get id from my label and write this on the console.
Errors:
Код:
C:\Users\Colder\Desktop\Pawno\RP.pwn(250) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Sory from my anglish ;/ but i very need this
Reply
#2

Код:
printf("%d",_:idlabla);
Reply
#3

Thx
It's work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)