30.11.2010, 11:02
galera o meu gm ta dando um erro
pke quanto eu coloco 2 textdraw so 1 aparece
por que ?
agradeзo des de ja
pke quanto eu coloco 2 textdraw so 1 aparece
por que ?
agradeзo des de ja
new Text:Legal;
new Text:Legal[MAX_PLAYERS];
for(new i=0; i<MAX_PLAYERS; i++)
Legal[i] = TextDrawCreate(345.000000,396.000000," "); TextDrawAlignment(Legal[i],0);
new Text:Legal[MAX_PLAYERS];
//No OnGameModeInit:
for(new i=0; i<MAX_PLAYERS; i++)
{
Legal[i] = TextDrawCreate(2, 435,"");
TextDrawSetOutline(Legal[i], 1);
TextDrawFont(Legal[i], 3);
TextDrawSetProportional(Legal[i], 1);
TextDrawAlignment(Legal[i], 0);
TextDrawLetterSize(Legal[i], 0.400000, 1.000000);
TextDrawSetShadow(Legal[i], 1);
TextDrawUseBox(Legal[i],1);
TextDrawBoxColor(Legal[i],0x00000066);
//Coloque os outros textdraws aqui, alinhados com o de cima
//Coloque os outros textdraws aqui, alinhados com o de cima
//Coloque os outros textdraws aqui, alinhados com o de cima
//Coloque os outros textdraws aqui, alinhados com o de cima
//Coloque os outros textdraws aqui, alinhados com o de cima
}
TextDrawShowForPlayer(playerid, Legal[i]);