03.03.2015, 12:44
Quote:
|
I just explained above why It doesn't get attached.
Actually it does get attached but it gets destroyed right after it. |
PHP код:
new x=1;
if(x) print("hi"),x=0;
else if(!x) print("nope"),x=1;
print("end");
The mistake he made is the color: 0x33DD1100
When the alpha is 00...its transparent.
So he need to do sth like this: 0x33DD11FF
Greekz


