Problem: Znaci svi textdrawovi koji se pojavljuju pojedinacno igracu tipa, bankomat, speedo, za kupovinu auta, za registraciju, stats iz NL moda i tako se jednostavno ne prikazu nakon nekog vremena. Ne znam jednostavno do cega je to?
Dio Skripte: evo primjer za bankomat kako izgleda, prvo se pozove bankomat :
ATM(playerid, 1);
TextDrawShowForPlayer(playerid, ATMSystem0);
TextDrawShowForPlayer(playerid, ATMSystem1);
TextDrawShowForPlayer(playerid, ATMSystem2);
TextDrawShowForPlayer(playerid, ATMSystem3);
TextDrawShowForPlayer(playerid, ATMSystem4);
TextDrawShowForPlayer(playerid, ATMSystem5);
TextDrawShowForPlayer(playerid, ATMSystem6);
TextDrawShowForPlayer(playerid, ATMSystem7);
TextDrawShowForPlayer(playerid, ATMSystem8);
TextDrawShowForPlayer(playerid, ATMSystem9);
TextDrawShowForPlayer(playerid, ATMSystem10);
TextDrawShowForPlayer(playerid, ATMSystem11);
TextDrawShowForPlayer(playerid, ATMSystem12);
TextDrawShowForPlayer(playerid, ATMSystem13);Svima je poznat taj sistem iz NL moda, pa ima taj public ATM koji izgleda ovako :
public ATM(playerid, kreiraj)
{
if(kreiraj == 1)
{
if(TDInfo == 0)
{
ATMSystem0 = TextDrawCreate(800.000000, -41.000000, "_");
TextDrawBackgroundColor(ATMSystem0, 255);
TextDrawFont(ATMSystem0, 1);
TextDrawLetterSize(ATMSystem0, 0.500000, 57.000000);
TextDrawColor(ATMSystem0, -1);
TextDrawSetOutline(ATMSystem0, 0);
TextDrawSetProportional(ATMSystem0, 1);
TextDrawSetShadow(ATMSystem0, 1);
TextDrawUseBox(ATMSystem0, 1);
TextDrawBoxColor(ATMSystem0, 255);
TextDrawTextSize(ATMSystem0, -20.000000, 8.000000);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem1 = TextDrawCreate(510.000000, 110.000000, "_");
TextDrawBackgroundColor(ATMSystem1, 255);
TextDrawFont(ATMSystem1, 1);
TextDrawLetterSize(ATMSystem1, 0.899999, 23.000000);
TextDrawColor(ATMSystem1, -1);
TextDrawSetOutline(ATMSystem1, 0);
TextDrawSetProportional(ATMSystem1, 1);
TextDrawSetShadow(ATMSystem1, 1);
TextDrawUseBox(ATMSystem1, 1);
TextDrawBoxColor(ATMSystem1, 65535);
TextDrawTextSize(ATMSystem1, 140.000000, 0.000000);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem2 = TextDrawCreate(323.000000, 107.000000, "Bankomat");
TextDrawAlignment(ATMSystem2, 2);
TextDrawBackgroundColor(ATMSystem2, 255);
TextDrawFont(ATMSystem2, 2);
TextDrawLetterSize(ATMSystem2, 0.899999, 4.000000);
TextDrawColor(ATMSystem2, -1);
TextDrawSetOutline(ATMSystem2, 1);
TextDrawSetProportional(ATMSystem2, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem3 = TextDrawCreate(417.000000, 107.000000, "_"); // tu je nekad pisalo beta a sad ne pise nista :)
TextDrawBackgroundColor(ATMSystem3, 255);
TextDrawFont(ATMSystem3, 2);
TextDrawLetterSize(ATMSystem3, 0.300000, 1.000000);
TextDrawColor(ATMSystem3, -16776961);
TextDrawSetOutline(ATMSystem3, 0);
TextDrawSetProportional(ATMSystem3, 1);
TextDrawSetShadow(ATMSystem3, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem4 = TextDrawCreate(470.000000, 160.000000, "_");
TextDrawBackgroundColor(ATMSystem4, 255);
TextDrawFont(ATMSystem4, 1);
TextDrawLetterSize(ATMSystem4, 0.600000, 2.000000);
TextDrawColor(ATMSystem4, -1);
TextDrawSetOutline(ATMSystem4, 0);
TextDrawSetProportional(ATMSystem4, 1);
TextDrawSetShadow(ATMSystem4, 1);
TextDrawUseBox(ATMSystem4, 1);
TextDrawBoxColor(ATMSystem4, 1061109759);
TextDrawTextSize(ATMSystem4, 180.000000, 50.000000);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem5 = TextDrawCreate(470.000000, 260.000000, "_");
TextDrawBackgroundColor(ATMSystem5, 255);
TextDrawFont(ATMSystem5, 1);
TextDrawLetterSize(ATMSystem5, 0.600000, 2.000000);
TextDrawColor(ATMSystem5, -1);
TextDrawSetOutline(ATMSystem5, 0);
TextDrawSetProportional(ATMSystem5, 1);
TextDrawSetShadow(ATMSystem5, 1);
TextDrawUseBox(ATMSystem5, 1);
TextDrawBoxColor(ATMSystem5, 1061109759);
TextDrawTextSize(ATMSystem5, 180.000000, 50.000000);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem6 = TextDrawCreate(470.000000, 210.000000, "_");
TextDrawBackgroundColor(ATMSystem6, 255);
TextDrawFont(ATMSystem6, 1);
TextDrawLetterSize(ATMSystem6, 0.600000, 2.000000);
TextDrawColor(ATMSystem6, -1);
TextDrawSetOutline(ATMSystem6, 0);
TextDrawSetProportional(ATMSystem6, 1);
TextDrawSetShadow(ATMSystem6, 1);
TextDrawUseBox(ATMSystem6, 1);
TextDrawBoxColor(ATMSystem6, 1061109759);
TextDrawTextSize(ATMSystem6, 180.000000, 50.000000);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem7 = TextDrawCreate(321.000000, 159.000000, "Saldo");
TextDrawAlignment(ATMSystem7, 2);
TextDrawBackgroundColor(ATMSystem7, 255);
TextDrawFont(ATMSystem7, 2);
TextDrawLetterSize(ATMSystem7, 0.699999, 2.000000);
TextDrawColor(ATMSystem7, -1);
TextDrawSetOutline(ATMSystem7, 1);
TextDrawSetProportional(ATMSystem7, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem8 = TextDrawCreate(321.000000, 259.000000, "Podigni");
TextDrawAlignment(ATMSystem8, 2);
TextDrawBackgroundColor(ATMSystem8, 255);
TextDrawFont(ATMSystem8, 2);
TextDrawLetterSize(ATMSystem8, 0.699999, 2.000000);
TextDrawColor(ATMSystem8, -1);
TextDrawSetOutline(ATMSystem8, 1);
TextDrawSetProportional(ATMSystem8, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem9 = TextDrawCreate(114.000000, 159.000000, "Shift");
TextDrawAlignment(ATMSystem9, 2);
TextDrawBackgroundColor(ATMSystem9, 255);
TextDrawFont(ATMSystem9, 1);
TextDrawLetterSize(ATMSystem9, 0.499998, 2.000000);
TextDrawColor(ATMSystem9, -1);
TextDrawSetOutline(ATMSystem9, 1);
TextDrawSetProportional(ATMSystem9, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem10 = TextDrawCreate(114.000000, 209.000000, "Space");
TextDrawAlignment(ATMSystem10, 2);
TextDrawBackgroundColor(ATMSystem10, 255);
TextDrawFont(ATMSystem10, 1);
TextDrawLetterSize(ATMSystem10, 0.499998, 2.000000);
TextDrawColor(ATMSystem10, -1);
TextDrawSetOutline(ATMSystem10, 1);
TextDrawSetProportional(ATMSystem10, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem11 = TextDrawCreate(114.000000, 259.000000, "Alt");
TextDrawAlignment(ATMSystem11, 2);
TextDrawBackgroundColor(ATMSystem11, 255);
TextDrawFont(ATMSystem11, 1);
TextDrawLetterSize(ATMSystem11, 0.499998, 2.000000);
TextDrawColor(ATMSystem11, -1);
TextDrawSetOutline(ATMSystem11, 1);
TextDrawSetProportional(ATMSystem11, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem12 = TextDrawCreate(321.000000, 209.000000, "Depozit");
TextDrawAlignment(ATMSystem12, 2);
TextDrawBackgroundColor(ATMSystem12, 255);
TextDrawFont(ATMSystem12, 2);
TextDrawLetterSize(ATMSystem12, 0.699999, 2.000000);
TextDrawColor(ATMSystem12, -1);
TextDrawSetOutline(ATMSystem12, 1);
TextDrawSetProportional(ATMSystem12, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem13 = TextDrawCreate(324.000000, 304.000000, "Za izlaz pritisnite 'F'");
TextDrawAlignment(ATMSystem13, 2);
TextDrawBackgroundColor(ATMSystem13, 255);
TextDrawFont(ATMSystem13, 1);
TextDrawLetterSize(ATMSystem13, 0.500000, 1.000000);
TextDrawColor(ATMSystem13, -1);
TextDrawSetOutline(ATMSystem13, 1);
TextDrawSetProportional(ATMSystem13, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem14 = TextDrawCreate(231.000000, 161.000000, "Ucitavanje..."); // Textdraw IME
TextDrawAlignment(ATMSystem14, 2);
TextDrawBackgroundColor(ATMSystem14, 255);
TextDrawFont(ATMSystem14, 2);
TextDrawLetterSize(ATMSystem14, 0.430000, 2.000000);
TextDrawColor(ATMSystem14, -1);
TextDrawSetOutline(ATMSystem14, 1);
TextDrawSetProportional(ATMSystem14, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
// ----------- SALDO -----------
ATMSystem15 = TextDrawCreate(308.000000, 192.000000, "Trenutno stanje vaseg racuna:");
TextDrawAlignment(ATMSystem15, 2);
TextDrawBackgroundColor(ATMSystem15, 255);
TextDrawFont(ATMSystem15, 2);
TextDrawLetterSize(ATMSystem15, 0.430000, 2.000000);
TextDrawColor(ATMSystem15, -1);
TextDrawSetOutline(ATMSystem15, 1);
TextDrawSetProportional(ATMSystem15, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem16 = TextDrawCreate(469.000000, 209.000000, "Ucitavanje..."); // Textdraw novac
TextDrawAlignment(ATMSystem16, 3);
TextDrawBackgroundColor(ATMSystem16, 255);
TextDrawFont(ATMSystem16, 2);
TextDrawLetterSize(ATMSystem16, 0.430000, 2.000000);
TextDrawColor(ATMSystem16, -1);
TextDrawSetOutline(ATMSystem16, 1);
TextDrawSetProportional(ATMSystem16, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
// ----------- DEPOZIT -----------
ATMSystem17 = TextDrawCreate(325.000000, 192.000000, "Upisite sumu koju zelite da stavite");
TextDrawAlignment(ATMSystem17, 2);
TextDrawBackgroundColor(ATMSystem17, 255);
TextDrawFont(ATMSystem17, 2);
TextDrawLetterSize(ATMSystem17, 0.430000, 2.000000);
TextDrawColor(ATMSystem17, -1);
TextDrawSetOutline(ATMSystem17, 1);
TextDrawSetProportional(ATMSystem17, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem18 = TextDrawCreate(222.000000, 209.000000, "na svoj racun:");
TextDrawAlignment(ATMSystem18, 2);
TextDrawBackgroundColor(ATMSystem18, 255);
TextDrawFont(ATMSystem18, 2);
TextDrawLetterSize(ATMSystem18, 0.430000, 2.000000);
TextDrawColor(ATMSystem18, -1);
TextDrawSetOutline(ATMSystem18, 1);
TextDrawSetProportional(ATMSystem18, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem19 = TextDrawCreate(324.000000, 284.000000, "Pritisnite 'T' i upisite zeljenu sumu");
TextDrawAlignment(ATMSystem19, 2);
TextDrawBackgroundColor(ATMSystem19, 255);
TextDrawFont(ATMSystem19, 1);
TextDrawLetterSize(ATMSystem19, 0.500000, 1.000000);
TextDrawColor(ATMSystem19, -1);
TextDrawSetOutline(ATMSystem19, 1);
TextDrawSetProportional(ATMSystem19, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem20 = TextDrawCreate(326.000000, 209.000000, "Ucitavanje..."); // Textdraw novac
TextDrawBackgroundColor(ATMSystem20, 255);
TextDrawFont(ATMSystem20, 2);
TextDrawLetterSize(ATMSystem20, 0.430000, 2.000000);
TextDrawColor(ATMSystem20, -1);
TextDrawSetOutline(ATMSystem20, 1);
TextDrawSetProportional(ATMSystem20, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem21 = TextDrawCreate(324.000000, 294.000000, "Za potvrdu pritisnite levi klik misa");
TextDrawAlignment(ATMSystem21, 2);
TextDrawBackgroundColor(ATMSystem21, 255);
TextDrawFont(ATMSystem21, 1);
TextDrawLetterSize(ATMSystem21, 0.500000, 1.000000);
TextDrawColor(ATMSystem21, -1);
TextDrawSetOutline(ATMSystem21, 1);
TextDrawSetProportional(ATMSystem21, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
// ----------- PODIGNI -----------
ATMSystem22 = TextDrawCreate(325.000000, 192.000000, "Upisite sumu koju zelite da podignete");
TextDrawAlignment(ATMSystem22, 2);
TextDrawBackgroundColor(ATMSystem22, 255);
TextDrawFont(ATMSystem22, 2);
TextDrawLetterSize(ATMSystem22, 0.400000, 2.000000);
TextDrawColor(ATMSystem22, -1);
TextDrawSetOutline(ATMSystem22, 1);
TextDrawSetProportional(ATMSystem22, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem23 = TextDrawCreate(229.000000, 209.000000, "sa svog racuna:");
TextDrawAlignment(ATMSystem23, 2);
TextDrawBackgroundColor(ATMSystem23, 255);
TextDrawFont(ATMSystem23, 2);
TextDrawLetterSize(ATMSystem23, 0.430000, 2.000000);
TextDrawColor(ATMSystem23, -1);
TextDrawSetOutline(ATMSystem23, 1);
TextDrawSetProportional(ATMSystem23, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem24 = TextDrawCreate(324.000000, 284.000000, "Pritisnite 'T' i upisite zeljenu sumu");
TextDrawAlignment(ATMSystem24, 2);
TextDrawBackgroundColor(ATMSystem24, 255);
TextDrawFont(ATMSystem24, 1);
TextDrawLetterSize(ATMSystem24, 0.500000, 1.000000);
TextDrawColor(ATMSystem24, -1);
TextDrawSetOutline(ATMSystem24, 1);
TextDrawSetProportional(ATMSystem24, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem25 = TextDrawCreate(326.000000, 209.000000, "Ucitavanje..."); // Textdraw novac
TextDrawBackgroundColor(ATMSystem25, 255);
TextDrawFont(ATMSystem25, 2);
TextDrawLetterSize(ATMSystem25, 0.430000, 2.000000);
TextDrawColor(ATMSystem25, -1);
TextDrawSetOutline(ATMSystem25, 1);
TextDrawSetProportional(ATMSystem25, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem26 = TextDrawCreate(324.000000, 294.000000, "Za potvrdu pritisnite levi klik misa");
TextDrawAlignment(ATMSystem26, 2);
TextDrawBackgroundColor(ATMSystem26, 255);
TextDrawFont(ATMSystem26, 1);
TextDrawLetterSize(ATMSystem26, 0.500000, 1.000000);
TextDrawColor(ATMSystem26, -1);
TextDrawSetOutline(ATMSystem26, 1);
TextDrawSetProportional(ATMSystem26, 1);
TDInfo = 1;
}
if(TDInfo == 0)
{
ATMSystem27 = TextDrawCreate(313.000000, 209.000000, "$");
TextDrawBackgroundColor(ATMSystem27, 255);
TextDrawFont(ATMSystem27, 2);
TextDrawLetterSize(ATMSystem27, 0.430000, 2.000000);
TextDrawColor(ATMSystem27, -1);
TextDrawSetOutline(ATMSystem27, 1);
TextDrawSetProportional(ATMSystem27, 1);
TDInfo = 1;
}
}
else
{
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem0);
TextDrawDestroy(ATMSystem0);
TDInfo = 0;
ATMSystem0 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem1);
TextDrawDestroy(ATMSystem1);
TDInfo = 0;
ATMSystem1 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem2);
TextDrawDestroy(ATMSystem2);
TDInfo = 0;
ATMSystem2 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem3);
TextDrawDestroy(ATMSystem3);
TDInfo = 0;
ATMSystem3 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem4);
TextDrawDestroy(ATMSystem4);
TDInfo = 0;
ATMSystem4 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem5);
TextDrawDestroy(ATMSystem5);
TDInfo = 0;
ATMSystem5 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem6);
TextDrawDestroy(ATMSystem6);
TDInfo = 0;
ATMSystem6 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem7);
TextDrawDestroy(ATMSystem7);
TDInfo = 0;
ATMSystem7 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem8);
TextDrawDestroy(ATMSystem8);
TDInfo = 0;
ATMSystem8 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem9);
TextDrawDestroy(ATMSystem9);
TDInfo = 0;
ATMSystem9 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem10);
TextDrawDestroy(ATMSystem10);
TDInfo = 0;
ATMSystem10 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem11);
TextDrawDestroy(ATMSystem11);
TDInfo = 0;
ATMSystem11 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem12);
TextDrawDestroy(ATMSystem12);
TDInfo = 0;
ATMSystem12 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem13);
TextDrawDestroy(ATMSystem13);
TDInfo = 0;
ATMSystem13 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem14);
TextDrawDestroy(ATMSystem14);
TDInfo = 0;
ATMSystem14 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem15);
TextDrawDestroy(ATMSystem15);
TDInfo = 0;
ATMSystem15 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem16);
TextDrawDestroy(ATMSystem16);
TDInfo = 0;
ATMSystem16 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem17);
TextDrawDestroy(ATMSystem17);
TDInfo = 0;
ATMSystem17 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem18);
TextDrawDestroy(ATMSystem18);
TDInfo = 0;
ATMSystem18 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem19);
TextDrawDestroy(ATMSystem19);
TDInfo = 0;
ATMSystem19 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem20);
TextDrawDestroy(ATMSystem20);
TDInfo = 0;
ATMSystem20 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem21);
TextDrawDestroy(ATMSystem21);
TDInfo = 0;
ATMSystem21 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem22);
TextDrawDestroy(ATMSystem22);
TDInfo = 0;
ATMSystem22 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem23);
TextDrawDestroy(ATMSystem23);
TDInfo = 0;
ATMSystem23 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem24);
TextDrawDestroy(ATMSystem24);
TDInfo = 0;
ATMSystem24 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem25);
TextDrawDestroy(ATMSystem25);
TDInfo = 0;
ATMSystem25 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem26);
TextDrawDestroy(ATMSystem26);
TDInfo = 0;
ATMSystem26 = Text:INVALID_TEXT_DRAW;
}
if(TDInfo == 1)
{
TextDrawHideForPlayer(playerid, ATMSystem27);
TextDrawDestroy(ATMSystem27);
TDInfo = 0;
ATMSystem27 = Text:INVALID_TEXT_DRAW;
}
}
return 1;
}On kao i svi drugi na pocetku normalno rade, ali kada dodje vise igraca i tako on jednostavno se ne prikaze kao ni ostatak TD-ova koji rade na tom principu, dali itko zna zasto je to tako?