Donji TextDrawi

Započeo JOKER50's, Jun 23, 2017, 19:06:20 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: UP
Detaljan opis problema: Pa ubacio sam TD-ove bez problema al mi prvi textdraw ne pokazuje. I sada pitanje dali trebam za sat i datum napravit nešto posebno ili samo textdraw i kako da mi se poruke mjenjaju same.
Dio skripte: Za prvi textdraw
SPORUKE[0] = TextDrawCreate(147.500000, 428.750000, "LD_SPAC:white");
	TextDrawLetterSize(SPORUKE[0], 0.000000, 0.000000);
	TextDrawTextSize(SPORUKE[0], 335.625000, 15.750000);
	TextDrawAlignment(SPORUKE[0], 1);
	TextDrawColor(SPORUKE[0], 41215);
	TextDrawSetShadow(SPORUKE[0], 0);
	TextDrawSetOutline(SPORUKE[0], 0);
	TextDrawFont(SPORUKE[0], 4);


eh sada za ono da se prikazuje
public OnPlayerSpawn(playerid)
{
    BelaBojaIgraca(playerid); SpawnIgraca(playerid); ResetujVar(playerid); UsaoFirma[playerid] = -1; 
	SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]); SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
	///////////////////////////////////////////////////////
    if(AdminVozilo[playerid] != -1) DestroyVehicle(AdminVozilo[playerid]), AdminVozilo[playerid] = -1;
	///////////////////////////////////////////////////////
	if(TextDrawGangZone[playerid] != 1)
	{
		TextDrawShowForPlayer(playerid,SPORUKE[0]); TextDrawShowForPlayer(playerid,SPORUKE[1]);
		TextDrawShowForPlayer(playerid,SPORUKE[2]); TextDrawShowForPlayer(playerid,SPORUKE[3]);
		TextDrawShowForPlayer(playerid,SPORUKE[4]); TextDrawShowForPlayer(playerid,SPORUKE[5]);
		TextDrawShowForPlayer(playerid,SPORUKE[6]); TextDrawShowForPlayer(playerid,SPORUKE[7]);
		TextDrawShowForPlayer(playerid,SPORUKE[8]); TextDrawShowForPlayer(playerid,SPORUKE[9]);
		TextDrawShowForPlayer(playerid,SPORUKE[10]); TextDrawShowForPlayer(playerid,SPORUKE[11]);
		TextDrawShowForPlayer(playerid,SPORUKE[12]); TextDrawShowForPlayer(playerid,SPORUKE[13]);
		TextDrawShowForPlayer(playerid,SPORUKE[14]); TextDrawShowForPlayer(playerid,SPORUKE[15]);
		GangZoneShowForPlayer(playerid, GroveGang, 16711888); GangZoneShowForPlayer(playerid, ballaszonag, -2147418167);
		GangZoneShowForPlayer(playerid, tvfzona, -16777017); GangZoneShowForPlayer(playerid, bdtzona, 199);
		GangZoneShowForPlayer(playerid, bdtdrogazone, 199); TextDrawGangZone[playerid] = 1;
	}



Neke slike/video za lakse dobivanje pomoci(neobavezno): http://i.imgur.com/dzJ46f7.png
Poslednja Izmena: Jun 23, 2017, 19:07:23 POSLE PODNE od Pobro

neko pomoć ipak sam početnik

Probaj ovo dodati, zaista ne znam..
TextDrawUseBox(SPORUKE[0], 1);
TextDrawBoxColor(SPORUKE[0], 41215);