balancer = TextDrawCreate(20 ,200 , "This team is full, you ~N~must choose the other team.");
TextDrawFont(balancer , 1);
TextDrawLetterSize(balancer , 0.4, 2.8000000000000003);
TextDrawColor(balancer , 0xffffffFF);
TextDrawSetOutline(balancer , true);
TextDrawSetProportional(balancer , true);
TextDrawSetShadow(balancer , 1);
TextDrawUseBox(balancer, 1);
TextDrawBoxColor(balancer,0x0F0F0FFF);
x The x size following the same 640x480 grid as TextDrawCreate. y The y size following the same 640x480 grid as TextDrawCreate. |