16.04.2012, 12:34
Hello.
I wan't to know what's going on. My mouse cursor is under the cellphone on the screen and it's 'catching' my buttons from the cellphone. Anyone know what's going on?
http://www.bankfotek.pl/view/1231819
By the way THIS SCRIPT works only on 0.3e R5. I've tested it. Why it works like that? something has been broken in RC6? It won't to take a number to the cellphone display in this script.
User Shabi RoxX has offered me to try decrase a TextDrawTextSize. But it won't work for me. Maybe i've got somewhere an error?
Here's my textdraw of number '1':
Anyone can help me here? maybe i've made a mistake somewhere??
I wan't to know what's going on. My mouse cursor is under the cellphone on the screen and it's 'catching' my buttons from the cellphone. Anyone know what's going on?
http://www.bankfotek.pl/view/1231819
By the way THIS SCRIPT works only on 0.3e R5. I've tested it. Why it works like that? something has been broken in RC6? It won't to take a number to the cellphone display in this script.
User Shabi RoxX has offered me to try decrase a TextDrawTextSize. But it won't work for me. Maybe i've got somewhere an error?
Here's my textdraw of number '1':
pawn Код:
Textdraw[8] = TextDrawCreate(508.000000, 354.000000, "1..");
TextDrawBackgroundColor(Textdraw[8], 255);
TextDrawFont(Textdraw[8], 2);
TextDrawLetterSize(Textdraw[8], 0.370000, 1.100000);
TextDrawColor(Textdraw[8], -1);
TextDrawSetOutline(Textdraw[8], 0);
TextDrawSetProportional(Textdraw[8], 1);
TextDrawSetShadow(Textdraw[8], 1);
TextDrawTextSize(Textdraw[8], 3.000000, 5.000000);