29.01.2011, 18:15
Hello guys,
I've searched for this, but I did not find it.
I need a function that converts a string (Inputtext at Dialog) to a Hex, which gets stored afterwards in a variable.
Ex:
That's what I need. I hope someone can help me.
Greetings,
Jeffry
I've searched for this, but I did not find it.
I need a function that converts a string (Inputtext at Dialog) to a Hex, which gets stored afterwards in a variable.
Ex:
pawn Код:
MyHexVar = StringToHex(inputtext);
TextDrawColor(MyTextDraw, MyHexVar);
Greetings,
Jeffry