SA-MP Forums Archive
tag mismatch!! - 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: tag mismatch!! (/showthread.php?tid=175426)



tag mismatch!! - Fab10 - 09.09.2010

Код:
RoomText = Create3DTextLabel("[Stanza Albergo]\n[LIBERA]",0xAAAAFFFF,Rooms[idx][EnterX],Rooms[idx][EnterY],Rooms[idx][EnterZ]+0.75,30.0,0,1);
I have create new RoomText..


Re: tag mismatch!! - Vince - 09.09.2010

pawn Код:
new Text3D:RoomText;
[This forum requires that you wait 120 seconds between posts. Please try again in 83 seconds.] GO AWAY!


Re: tag mismatch!! - Fab10 - 09.09.2010

Thanke, is correcty!!