31.05.2012, 21:39
Boas pessoal, nгo estou a conseguir mudar a cor do meu textdraw, eu meto o codigo da cor e ele fica preto..
Ajuda ai sff.
REP + =)
Ajuda ai sff.
pawn Код:
new string[128];
format(string, sizeof(string), "~G~Dream Gamers RolePlay V1.0");
NWORP1 = TextDrawCreate(375.000000,420.000000,string);
TextDrawAlignment(NWORP1,0);
TextDrawBackgroundColor(NWORP1,0x000000);
TextDrawFont(NWORP1,3);
TextDrawLetterSize(NWORP1,0.500000,2.500000);
TextDrawSetProportional(NWORP1,1);
TextDrawSetShadow(NWORP1,1);
TextDrawColor(NWORP1,0x00FF00);