DM Mach Posted May 22, 2016 Share Posted May 22, 2016 Nick-ul tau: Mach Server: RPG1.Descrierea bugului: Nu e un bug, tine doar de aspect. Din cate am vazut, folositi native CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1); care nu are parametru de a seta o inaltime 'Z', deci 'Float Z' este infinit, de accea, arata urat http://imgur.com/hmfP15d acel textdraw 'SAFE ZONE, CLAN ZONE'. Pentru a evita astfel de buguri, foloseste. native CreateDynamicCuboid(Float:minx, Float:miny, Float:minz, Float:maxx, Float:maxy, Float:maxz, worldid = -1, interiorid = -1, playerid = -1); native CreateDynamicCube(Float:minx, Float:miny, Float:minz, Float:maxx, Float:maxy, Float:maxz, worldid = -1, interiorid = -1, playerid = -1); Link to comment Share on other sites More sharing options...
Sider Posted May 22, 2016 Share Posted May 22, 2016 Eu unul folosesc formatul de mai jos: SafeTD[0] = TextDrawCreate(269.853546, 4.500005, "SAFEZONE"); TextDrawLetterSize(SafeTD[0], 0.573821, 1.844999); TextDrawAlignment(SafeTD[0], 1); TextDrawColor(SafeTD[0], 1509249535); TextDrawSetShadow(SafeTD[0], 0); TextDrawSetOutline(SafeTD[0], 1); TextDrawBackgroundColor(SafeTD[0], 255); TextDrawFont(SafeTD[0], 3); TextDrawSetProportional(SafeTD[0], 1); TextDrawSetShadow(SafeTD[0], 0); si functioneaza foarte bine, e mult mai fixat s.a.m.d. Dar, nu inteleg, ce arata urat, detalieaza. Link to comment Share on other sites More sharing options...
DEALERtov Posted May 22, 2016 Share Posted May 22, 2016 Safe zone si Clan zone sunt suprapuse... Link to comment Share on other sites More sharing options...
Sider Posted May 22, 2016 Share Posted May 22, 2016 A, nu am fost foarte atent la poza, scuze. Da, asta e o problema. Probabil ca s-a rezolvat la acest restart. Link to comment Share on other sites More sharing options...
ZenoR1 Posted June 11, 2016 Share Posted June 11, 2016 Cel mai probabil a fost rezolvat la ultimul restart! Link to comment Share on other sites More sharing options...
F4L KillerFish Posted June 20, 2016 Share Posted June 20, 2016 Nu e relevantă sugestia ta, Z-ul trebuie să fie la nivelul solului pentru ambele, deci o diferenţă de înălţime chiar nu ajută. Soluţiile sunt altele şi se numără printre micşorarea safezone-ului (probabil asta vom face), adăugarea unui sistem care nu permite afişarea a două mesaje de zonă simultan (n-ar fi indicat), repoziţionarea unuia dintre texte pentru a încăpea ambele simultan pe ecran (nu e necesar datorită soluţiei 1) etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.