Quote:
Originally Posted by Vince
In any case, this:
PHP код:
PlayerTextDrawTextSize(playerid, loginscreen[9][playerid], 820.0, 820.0);
Covers the entire screen because the canvas size you can draw on is only 640x480. Resize the image to that resolution in an image editor and then measure the pixels. So that ought to be width (x) 70 and height (y) 25. Also you forgot to change the 9 to 10 and 11 when you copied the line.
|
Oh damn.. that was the issue.. I forgot to change that 9
God bless you, thanks alot!