trying to create 3DTextLabel
#1

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

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?
Reply
#3

I think the language is the problem..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)