Trouble from get ID 3D Label Text - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Trouble from get ID 3D Label Text (
/showthread.php?tid=145041)
Trouble from get ID 3D Label Text -
ColderPL - 30.04.2010
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
Re: Trouble from get ID 3D Label Text -
Jefff - 30.04.2010
Код:
printf("%d",_:idlabla);
Re: Trouble from get ID 3D Label Text -
ColderPL - 30.04.2010
Thx
It's work