27.12.2014, 17:28
Hey, I made TextDraw for my server, and I wanna change location of it, How Do I find the location I want?
and fonts to..?
and fonts to..?
}
EXPRP[playerid] = TextDrawCreate(85.000000, 322.000000, "Express RolePlay");
TextDrawAlignment(EXPRP[playerid], 2);
TextDrawBackgroundColor(EXPRP[playerid], 255);
TextDrawFont(EXPRP[playerid], 1);
TextDrawLetterSize(EXPRP[playerid], 0.809998, 1.500000);
TextDrawColor(EXPRP[playerid], -1);
TextDrawSetOutline(EXPRP[playerid], 1);
TextDrawSetProportional(EXPRP[playerid], 1);
TextDrawShowForPlayer(playerid, EXPRP[playerid]);
}