Is this possible?
#1

Is this possible to remove this "A0" from this 093DAD


A0093DAD


If yes, How?
Reply
#2

pawn Код:
new string[9] = "A0093DAD";
strdel(string, 0, 2);
print(string);
//will print: 093DAD
Reply
#3

I am assuming you want to remove the "red" (or "alpha" in case of object materials) part of a color, in which case:

pawn Код:
0xA0093DAD & ~0xFF000000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)