SA-MP Forums Archive
trying to create 3DTextLabel - 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)
+--- Thread: trying to create 3DTextLabel (/showthread.php?tid=462485)



trying to create 3DTextLabel - EitayEliyahu - 07.09.2013

i write it in OnGameModeinit:
pawn Код:
Create3DTextLabel("{ffffff}[{7BFF00}קניית רכבים{ffffff}]", -1, -1954.3625,256.0441,35.4688, 70.0, 0, 0);
        Create3DTextLabel("{ffffff}[{ffff00}מכירת רכבים{ffffff}]", -1, -1944.2609,267.6389,35.4739, 70.0, 0, 0);
        Create3DTextLabel("{ffffff}[{ffbc00}שיפור רכבים{ffffff}]", -1, -1904.7332,273.0910,41.0469, 80.0, 0, 0);
and its not creating:
pawn Код:
Create3DTextLabel("{ffffff}[{7BFF00}קניית רכבים{ffffff}]", -1, -1954.3625,256.0441,35.4688, 70.0, 0, 0);
its creating only:
pawn Код:
Create3DTextLabel("{ffffff}[{ffff00}מכירת רכבים{ffffff}]", -1, -1944.2609,267.6389,35.4739, 70.0, 0, 0);
        Create3DTextLabel("{ffffff}[{ffbc00}שיפור רכבים{ffffff}]", -1, -1904.7332,273.0910,41.0469, 80.0, 0, 0);

help?


Re: trying to create 3DTextLabel - eemalekorraks - 07.09.2013

Maybe the identitation is out of order?

Код:
Create3DTextLabel("{ffffff}[{7BFF00}קניית רכבים{ffffff}]", -1, -1954.3625,256.0441,35.4688, 70.0, 0, 0);
Create3DTextLabel("{ffffff}[{ffff00}מכירת רכבים{ffffff}]", -1, -1944.2609,267.6389,35.4739, 70.0, 0, 0);
Create3DTextLabel("{ffffff}[{ffbc00}שיפור רכבים{ffffff}]", -1, -1904.7332,273.0910,41.0469, 80.0, 0, 0);
Maybe this will do?


Re: trying to create 3DTextLabel - radiobizza - 07.09.2013

I think the language is the problem..