HiTman Posted June 5, 2014 Report Share Posted June 5, 2014 Nick: Secret.Problema: nu stiu cum sa pun culoare la un speedometru (textdraw)Erori / warnings: nuLini/script: -Pawno Code: Fuell[i] = TextDrawCreate(539.599975, 161.777755, " "); TextDrawLetterSize(Fuell[i], 0.199999, 1.077333); TextDrawColor(Fuell[i], -1); TextDrawSetShadow(Fuell[i], 1); TextDrawSetOutline(Fuell[i], 1); TextDrawFont(Fuell[i], 1); Speedd[i] = TextDrawCreate(531.599975, 172.231063, " "); TextDrawLetterSize(Speedd[i], 0.182000, 1.102222); TextDrawColor(Speedd[i], -1); TextDrawSetShadow(Speedd[i], 1); TextDrawSetOutline(Speedd[i], 1); TextDrawFont(Speedd[i], 1); Odom[i] = TextDrawCreate(524.799987, 183.680023, " "); TextDrawLetterSize(Odom[i], 0.182000, 1.102222); TextDrawColor(Odom[i], -1); TextDrawSetShadow(Odom[i], 1); TextDrawSetOutline(Odom[i], 1); TextDrawFont(Odom[i], 1);vreau sa-i pun culoarea: FA7305 Link to comment Share on other sites More sharing options...
w3b Posted June 6, 2014 Report Share Posted June 6, 2014 Inlocuieste [pawn]TextDrawColor(Speedd, -1);[/pawn]cu [pawn]TextDrawColor(Speedd, 0xFA7305DFF );[/pawn]si daca nu sti sa schimbi iar culoare folosesti 0x (cod culoare) FF Link to comment Share on other sites More sharing options...
Джо Posted June 7, 2014 Report Share Posted June 7, 2014 Merge? Link to comment Share on other sites More sharing options...
HiTman Posted June 8, 2014 Author Report Share Posted June 8, 2014 MersiSolved Link to comment Share on other sites More sharing options...
Question
HiTman
Nick: Secret.
Problema: nu stiu cum sa pun culoare la un speedometru (textdraw)
Erori / warnings: nu
Lini/script: -
Pawno Code:
vreau sa-i pun culoarea: FA7305
Link to comment
Share on other sites
3 answers to this question
Recommended Posts