10.09.2011, 14:31
Here is what it looks like:
This is what the textdraw create thingy is like:
What should I do?
This is what the textdraw create thingy is like:
pawn Code:
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);