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 = TextDrawCreate(147.500000, 428.750000, "LD_SPAC:white");
TextDrawLetterSize(SPORUKE, 0.000000, 0.000000);
TextDrawTextSize(SPORUKE, 335.625000, 15.750000);
TextDrawAlignment(SPORUKE, 1);
TextDrawColor(SPORUKE, 41215);
TextDrawSetShadow(SPORUKE, 0);
TextDrawSetOutline(SPORUKE, 0);
TextDrawFont(SPORUKE, 4);eh sada za ono da se prikazuje
public OnPlayerSpawn(playerid)
{
BelaBojaIgraca(playerid); SpawnIgraca(playerid); ResetujVar(playerid); UsaoFirma = -1;
SetPlayerScore(playerid, PlayerInfo); SetPlayerSkin(playerid, PlayerInfo);
///////////////////////////////////////////////////////
if(AdminVozilo != -1) DestroyVehicle(AdminVozilo), AdminVozilo = -1;
///////////////////////////////////////////////////////
if(TextDrawGangZone != 1)
{
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
TextDrawShowForPlayer(playerid,SPORUKE); TextDrawShowForPlayer(playerid,SPORUKE);
GangZoneShowForPlayer(playerid, GroveGang, 16711888); GangZoneShowForPlayer(playerid, ballaszonag, -2147418167);
GangZoneShowForPlayer(playerid, tvfzona, -16777017); GangZoneShowForPlayer(playerid, bdtzona, 199);
GangZoneShowForPlayer(playerid, bdtdrogazone, 199); TextDrawGangZone = 1;
}Neke slike/video za lakse dobivanje pomoci(neobavezno): http://i.imgur.com/dzJ46f7.png
