Server poruke

Započeo Lupin
25. Mar. 2018. Zaključano
963
pregleda
7
postova
Banks22
5
Shot Caller
🔥3
25. Mar. 2018.
Problem(error/warning): Ne prikazuje mi server poruke, ne znam zašto
Dio skripte:
new RandomSPoruke[][] = {
    "~w~ Vi igrate na ~r~Balkan Craft RolePlay ~w~Serveru ",
"~w~ Za ulaz u mafiju/bandu morate imati ~y~lv2+ ",
"~w~ Posjetite nas na ~r~www.BalkanCraft.com ",
"~w~ Ukoliko ste novi pisite ~y~/new ",
"~w~ Ukoliko uocite bug, prijavite ga na ~y~forumu ~w~ili ~y~/report ",
"~w~ Za pomoc oko komandi koristite ~y~/help ",
"~w~ Ukoliko vidite citera na serveru prijavite ga na ~y~/report ",
"~w~ Zadnji update servera ~y~11.03.2017 ",
"~w~ Verzija moda: ~y~BC:RP v1.0.0 ",
"~w~ Sponzor servera ~y~Expirience Hosting ",
"~w~ Za donacije se obratite samo ~r~BANKS~w~ na forumu! "
};

task RandomPoruke()
{
TextDrawSetString( ServerPoruke[ 3 ], RandomSPoruke[ random( sizeof( RandomSPoruke ) ) ] );
return true;
}


Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log):
Slika/video ingame problema(obavezno ako je ingame problem): https://imgur.com/a/VWhYW  (tu u crnom prostoru bi trebale biti poruke ali nisu, bile su ovakve zvijezdice kod svake poruke ali sam obrisao to i stavio da su ovako sa strane i sad ne pokazuje poruke)
Rax_King
5
Godfather
25. Mar. 2018.
Da li si prikazao textdraw?
Banks22
5
Shot Caller
🔥3
25. Mar. 2018.
pa kažem ti radilo je normalno i maknuo sam ove zvijezdice i više ne radi
znači prije je kod vsake poruke bila zvijezdicana početku i na kraju i sad sam to obrisao i samo je teks ostao i ne pokazuje poruke
Rax_King
5
Godfather
25. Mar. 2018.
Znaci prikazao si textdraw? (posto mi nisi odg na pitanje shvaticu kao da)
Daj kodove kako kreiras taj textdraw mozda je do textsizea
Banks22
5
Shot Caller
🔥3
26. Mar. 2018.
	ServerPoruke[ 0 ] = TextDrawCreate(477.500000, 422.916625, "LD_SPAC:white");
TextDrawLetterSize(ServerPoruke[ 0 ], 0.000000, 0.000000);
TextDrawTextSize(ServerPoruke[ 0 ], -340.000000, 20.416687);
TextDrawAlignment(ServerPoruke[ 0 ], 1);
TextDrawColor(ServerPoruke[ 0 ], 255);
TextDrawSetShadow(ServerPoruke[ 0 ], 0);
TextDrawSetOutline(ServerPoruke[ 0 ], 0);
TextDrawFont(ServerPoruke[ 0 ], 4);

ServerPoruke[ 1 ] = TextDrawCreate(130.000000, 427.000061, "]");
TextDrawLetterSize(ServerPoruke[ 1 ], 0.449999, 1.600000);
TextDrawAlignment(ServerPoruke[ 1 ], 1);
TextDrawColor(ServerPoruke[ 1 ], BalkanCraft);
TextDrawSetShadow(ServerPoruke[ 1 ], 0);
TextDrawSetOutline(ServerPoruke[ 1 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 1 ], 51);
TextDrawFont(ServerPoruke[ 1 ], 2);
TextDrawSetProportional(ServerPoruke[ 1 ], 1);

ServerPoruke[ 2 ] = TextDrawCreate(470.000000, 426.999938, "]");
TextDrawLetterSize(ServerPoruke[ 2 ], 0.449999, 1.600000);
TextDrawAlignment(ServerPoruke[ 2 ], 1);
TextDrawColor(ServerPoruke[ 2 ], BalkanCraft);
TextDrawSetShadow(ServerPoruke[ 2 ], 0);
TextDrawSetOutline(ServerPoruke[ 2 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 2 ], 51);
TextDrawFont(ServerPoruke[ 2 ], 2);
TextDrawSetProportional(ServerPoruke[ 2 ], 1);

ServerPoruke[ 3 ] = TextDrawCreate(145.625000, 424.666442, "Ukoliko uocite bug, prijavite ga na /report ili forum");
TextDrawLetterSize(ServerPoruke[ 3 ], 0.205624, 1.891665);
TextDrawAlignment(ServerPoruke[ 3 ], 1);
TextDrawColor(ServerPoruke[ 3 ], -1);
TextDrawSetShadow(ServerPoruke[ 3 ], 0);
TextDrawSetOutline(ServerPoruke[ 3 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 3 ], 51);
TextDrawFont(ServerPoruke[ 3 ], 2);
TextDrawSetProportional(ServerPoruke[ 3 ], 1);

ServerPoruke[ 4 ] = TextDrawCreate(53.750000, 418.833312, "22:22");
TextDrawLetterSize(ServerPoruke[ 4 ], 0.243749, 1.395833);
TextDrawAlignment(ServerPoruke[ 4 ], 1);
TextDrawColor(ServerPoruke[ 4 ], -1);
TextDrawSetShadow(ServerPoruke[ 4 ], 0);
TextDrawSetOutline(ServerPoruke[ 4 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 4 ], 51);
TextDrawFont(ServerPoruke[ 4 ], 2);
TextDrawSetProportional(ServerPoruke[ 4 ], 1);

ServerPoruke[ 5 ] = TextDrawCreate(269.375000, 411.249816, "Balkan Craft");
TextDrawLetterSize(ServerPoruke[ 5 ], 0.449999, 1.600000);
TextDrawAlignment(ServerPoruke[ 5 ], 1);
TextDrawColor(ServerPoruke[ 5 ], BalkanCraft);
TextDrawSetShadow(ServerPoruke[ 5 ], 0);
TextDrawSetOutline(ServerPoruke[ 5 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 5 ], 51);
TextDrawFont(ServerPoruke[ 5 ], 0);
TextDrawSetProportional(ServerPoruke[ 5 ], 1);

ServerPoruke[ 6 ] = TextDrawCreate(42.500000, 428.749847, "22/2/2022");
TextDrawLetterSize(ServerPoruke[ 6 ], 0.214999, 1.745833);
TextDrawAlignment(ServerPoruke[ 6 ], 1);
TextDrawColor(ServerPoruke[ 6 ], -1);
TextDrawSetShadow(ServerPoruke[ 6 ], 0);
TextDrawSetOutline(ServerPoruke[ 6 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 6 ], 51);
TextDrawFont(ServerPoruke[ 6 ], 2);
TextDrawSetProportional(ServerPoruke[ 6 ], 1);

ServerPoruke[ 7 ] = TextDrawCreate(253.750000, 412.999755, "]");
TextDrawLetterSize(ServerPoruke[ 7 ], 0.449999, 1.600000);
TextDrawAlignment(ServerPoruke[ 7 ], 1);
TextDrawColor(ServerPoruke[ 7 ], -1);
TextDrawSetShadow(ServerPoruke[ 7 ], 0);
TextDrawSetOutline(ServerPoruke[ 7 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 7 ], 51);
TextDrawFont(ServerPoruke[ 7 ], 2);
TextDrawSetProportional(ServerPoruke[ 7 ], 1);

ServerPoruke[ 8 ] = TextDrawCreate(343.750000, 412.416778, "]");
TextDrawLetterSize(ServerPoruke[ 8 ], 0.449999, 1.600000);
TextDrawAlignment(ServerPoruke[ 8 ], 1);
TextDrawColor(ServerPoruke[ 8 ], -1);
TextDrawSetShadow(ServerPoruke[ 8 ], 0);
TextDrawSetOutline(ServerPoruke[ 8 ], 1);
TextDrawBackgroundColor(ServerPoruke[ 8 ], 51);
TextDrawFont(ServerPoruke[ 8 ], 2);
TextDrawSetProportional(ServerPoruke[ 8 ], 1);

	for( new i = 0; i < 9; i++) {
TextDrawShowForPlayer( playerid, ServerPoruke[ i ] );
}
Banks22
5
Shot Caller
🔥3
26. Mar. 2018.
riješio sam
može lock
ophion
5
OG Legend
28. Mar. 2018.
pravila

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha