What the hell? This is wierd
#1

Reply
#2

Code?
Reply
#3

It's like 2 textdraws are at the same position with a different text in it.
Reply
#4

Fixed
Reply
#5

pawn Код:
deathrun = TextDrawCreate(320.000000, 230.000000, "Event~n~Deathrun");
=
pawn Код:
gym = TextDrawCreate(320.000000, 230.000000, "Los Santos~n~Gym");
Reply
#6

Quote:
Originally Posted by -Prodigy-
Посмотреть сообщение
pawn Код:
deathrun = TextDrawCreate(320.000000, 230.000000, "Event~n~Deathrun");
=
pawn Код:
gym = TextDrawCreate(320.000000, 230.000000, "Los Santos~n~Gym");
And:

pawn Код:
// ---
    stadium = TextDrawCreate(320.000000, 180.000000, "Stadium~n~1");
   
    stadiums = TextDrawCreate(320.000000, 180.000000, "Stadium~n~2");
   
    warehouse = TextDrawCreate(320.000000, 180.000000, "Warehouse~n~1");
   
    warehouses = TextDrawCreate(320.000000, 180.000000, "Warehouse~n~2");

    dealer = TextDrawCreate(320.000000, 180.000000, "Car~n~Dealership");
You need to change those positions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)