Position of CreateMenu and TextDrawCreate does not work
#1

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:
Код:
CreateMenu("Choose a car",450,150,175,175);
TextDrawCreate:
Код:
TextDrawCreate(547.0,24.0,"00:00");
How can I fix it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)