SA-MP Forums Archive
What the hell? This is wierd - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What the hell? This is wierd (/showthread.php?tid=467708)



What the hell? This is wierd - Danialdano - 04.10.2013




Re: What the hell? This is wierd - feartonyb - 04.10.2013

Code?


Re: What the hell? This is wierd - Konstantinos - 04.10.2013

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


Re: What the hell? This is wierd - Danialdano - 04.10.2013

Fixed


Re: What the hell? This is wierd - -Prodigy- - 04.10.2013

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



Re: What the hell? This is wierd - Konstantinos - 04.10.2013

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.