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): //
Ne pokazuju se tdovi
820
pregleda
9
postova
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...
Made Man
🔥13
Novi Član
59 / 250 XP
🌱Početnik(0)
387
Postovi:
39
Teme:
Pridružio se:Feb. 2016
🔥13dana
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); 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?
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava