24.08.2009, 12:14
Hi,
I tried to create a menu where the player can select a car. The menu should be placed at the right bottom screen corner.
But it is always in the center of the screen.
The same problem with TextDraw: I want to display a real time clock instead of the normal game clock.
So I set the position to the right top corner of the screen. But it only appears when I turn on the speedo. And the clock position is at the bottom of the screen.
Maybe the FilterScript with the speedo has a conflict with the real time clock?
CreateMenu:
TextDrawCreate:
How can I fix it?
I tried to create a menu where the player can select a car. The menu should be placed at the right bottom screen corner.
But it is always in the center of the screen.
The same problem with TextDraw: I want to display a real time clock instead of the normal game clock.
So I set the position to the right top corner of the screen. But it only appears when I turn on the speedo. And the clock position is at the bottom of the screen.
Maybe the FilterScript with the speedo has a conflict with the real time clock?
CreateMenu:
Код:
CreateMenu("Choose a car",450,150,175,175);
Код:
TextDrawCreate(547.0,24.0,"00:00");