Ne pokazuju se tdovi

27. Maj 2018. Zaključano
820
pregleda
9
postova
Chevu004
4
Shot Caller
27. Maj 2018.
Problem(error/warning): Ubacio sam textdrawove banke i zlatare u server...Sve sam pravilno uradio,ali posle se drugi tdovi na serveru ne prikazuju...
Dio skripte: [ pawn ]//[ /pawn ]
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]//[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): //
muamerkadusic
5
Godfather
27. Maj 2018.
TextDrawShowForPlayer(playerid, IMEtda);
Chevu004
4
Shot Caller
27. Maj 2018.
#Mumi wrote on May 27, 2018, 8:14 am:
TextDrawShowForPlayer(playerid, IMEtda);

Napisao -_- Kazem ti sve sam uradio brt...Ali ne prikazuju se
Chevu004
4
Shot Caller
27. Maj 2018.
    	TextDrawShowForPlayer(playerid,InGameTD); TextDrawShowForPlayer(playerid,InGameTD);
TextDrawShowForPlayer(playerid,InGameTD); TextDrawShowForPlayer(playerid,InGameTD);
TextDrawShowForPlayer(playerid,InGameTD); TextDrawShowForPlayer(playerid,InGameTD);
TextDrawShowForPlayer(playerid,InGameTD); TextDrawShowForPlayer(playerid, Box);
      TextDrawShowForPlayer(playerid, Box);    TextDrawShowForPlayer(playerid, Box);
      TextDrawShowForPlayer(playerid, Box);    TextDrawShowForPlayer(playerid, Box);
            TextDrawShowForPlayer(playerid, Box);
    TextDrawShowForPlayer(playerid, Banka);
    TextDrawShowForPlayer(playerid, Zlato);
    TextDrawShowForPlayer(playerid, Level);
    TextDrawShowForPlayer(playerid, Respekt);
    TextDrawShowForPlayer(playerid, Igrac);

To je pod OnPlayerSpawn
Oni tdov Banka,Zlato,Level se prikazuju,a drugi ne...Cak ni login td-ovi...Ne znam razlog tome...
David||BM
5
Made Man
🔥13
27. Maj 2018.
posalji TDove, i tajmere za banka i zlato TD!!
Chevu004
4
Shot Caller
27. Maj 2018.
SetTimer("Bank_Update",5000,1);
SetTimer("Zlato_Update",5000,1);

To su ti timeri,evo ti tdovi:
for(new i = 0; i < MAX_PLAYERS; i++)
{
        Banka = TextDrawCreate(564.800109, 127.679969, "~g~Banka~w~:10000$");
TextDrawLetterSize(Banka, 0.228399, 0.793599);
TextDrawAlignment(Banka, 1);
TextDrawColor(Banka, -1);
TextDrawSetShadow(Banka, 0);
TextDrawSetOutline(Banka, 1);
TextDrawBackgroundColor(Banka, 51);
TextDrawFont(Banka, 3);
TextDrawSetProportional(Banka, 1);

Zlato = TextDrawCreate(568.800354, 152.320098, "~y~Zlato~w~:135g");
TextDrawLetterSize(Zlato, 0.252399, 0.786133);
TextDrawAlignment(Zlato, 1);
TextDrawColor(Zlato, -1);
TextDrawSetShadow(Zlato, 0);
TextDrawSetOutline(Zlato, 1);
TextDrawBackgroundColor(Zlato, 51);
TextDrawFont(Zlato, 3);
TextDrawSetProportional(Zlato, 1);
Dzoni Zivkovic
5
Underboss
27. Maj 2018.
Lackenziâ„¢ wrote on May 27, 2018, 3:50 pm:
SetTimer("Bank_Update",5000,1);
SetTimer("Zlato_Update",5000,1);

To su ti timeri,evo ti tdovi:
for(new i = 0; i < MAX_PLAYERS; i++)
{
        Banka = TextDrawCreate(564.800109, 127.679969, "~g~Banka~w~:10000$");
TextDrawLetterSize(Banka, 0.228399, 0.793599);
TextDrawAlignment(Banka, 1);
TextDrawColor(Banka, -1);
TextDrawSetShadow(Banka, 0);
TextDrawSetOutline(Banka, 1);
TextDrawBackgroundColor(Banka, 51);
TextDrawFont(Banka, 3);
TextDrawSetProportional(Banka, 1);

Zlato = TextDrawCreate(568.800354, 152.320098, "~y~Zlato~w~:135g");
TextDrawLetterSize(Zlato, 0.252399, 0.786133);
TextDrawAlignment(Zlato, 1);
TextDrawColor(Zlato, -1);
TextDrawSetShadow(Zlato, 0);
TextDrawSetOutline(Zlato, 1);
TextDrawBackgroundColor(Zlato, 51);
TextDrawFont(Zlato, 3);
TextDrawSetProportional(Zlato, 1);

Zasto si napravio petlju za kreiranje?
Chevu004
4
Shot Caller
28. Maj 2018.
ᴢɪᴠᴋᴏᴠɪᴄ wrote on May 27, 2018, 4:58 pm:
Zasto si napravio petlju za kreiranje?

Kako to mislis?
RahimPAWNO
5
OG Legend
28. Maj 2018.
Koristi player textdrawove za zlato/novac/itd. Ovako ako budes ostavio brzo ces popuniti limit textdrawa.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha