SaSWeB12 Posted December 27, 2014 Posted December 27, 2014 Va salut , cu stima si respect SaS de pe Qz , am si eu o problema la TextDraw wanted , cum il fac sa il adauge unul sub altul , trebuie include sau ceva ? Am facut eu cate ceva... new Text:TextdrawSuspect[MAX_PLAYERS]; if(WantedLevel[i] > 0) { new wstring[256]; format(wstring, sizeof(wstring), "[iD:%d] %s - [W%d]~n~", i,PlayerName(i),WantedLevel[i]); TextDrawSetString(TextdrawSuspect[i],wstring); } for(new i=0; i<MAX_PLAYERS; i++) { TextdrawSuspect[i] = TextDrawCreate(606.000000, 160.000000, ""); TextDrawAlignment(TextdrawSuspect[i], 3); TextDrawBackgroundColor(TextdrawSuspect[i], 255); TextDrawFont(TextdrawSuspect[i], 1); TextDrawLetterSize(TextdrawSuspect[i], 0.260000, 1.700000); TextDrawColor(TextdrawSuspect[i], 0xFFFFFFFF); TextDrawSetOutline(TextdrawSuspect[i], 0); TextDrawSetProportional(TextdrawSuspect[i], 1); TextDrawSetShadow(TextdrawSuspect[i], 1); } TextDrawShowForPlayer(playerid,TextdrawSuspect[i]); Tin sa va spun ca as dorii sa il pun putin mai jos de bani sa scrie : Wanted List : x Wanted Level x y Wanted Level y
0 Administrator WopsS Posted December 28, 2014 Administrator Posted December 28, 2014 Aceasta este o problema de scripting! Topic inchis!
Question
SaSWeB12
Va salut , cu stima si respect SaS de pe Qz , am si eu o problema la TextDraw wanted , cum il fac sa il adauge unul sub altul , trebuie include sau ceva ? Am facut eu cate ceva...
Tin sa va spun ca as dorii sa il pun putin mai jos de bani sa scrie :
Wanted List :
x Wanted Level x
y Wanted Level y
1 answer to this question
Recommended Posts