28.07.2017, 18:28
Hi guys.
I want to material to object left and right arrow ( 🡸 - 🡺 )
So I have problem with pawn unicode.
Left arrow is okay, left arrow character: з
But right arrow character is: и
Alright, then I copy pawn character transform to: e
Then in game materialed text not arrow ( 🡺 ) but also e character symbol is scorpio (♏)
So how to solve this problem.
Thanks for the help, and I hope u understand.
SetDynamicObjectMaterialText(tmpobjid, 0, "з", 130, "Wingdings", 25, 0, 0xFF000000, 0x00000000, 0);
SetDynamicObjectMaterialText(tmpobjid, 0, "и", 130, "Wingdings", 25, 0, 0xFF000000, 0x00000000, 0);
I want to material to object left and right arrow ( 🡸 - 🡺 )
So I have problem with pawn unicode.
Left arrow is okay, left arrow character: з
But right arrow character is: и
Alright, then I copy pawn character transform to: e
Then in game materialed text not arrow ( 🡺 ) but also e character symbol is scorpio (♏)
So how to solve this problem.
Thanks for the help, and I hope u understand.
SetDynamicObjectMaterialText(tmpobjid, 0, "з", 130, "Wingdings", 25, 0, 0xFF000000, 0x00000000, 0);
SetDynamicObjectMaterialText(tmpobjid, 0, "и", 130, "Wingdings", 25, 0, 0xFF000000, 0x00000000, 0);