#1

How to make frames like this?
Reply
#2

you can do it with textdraw boxes
Reply
#3

How exactely?
Reply
#4

pawn Код:
new Text:UpperFrame = TextDrawCreate(0.00, 0.00, " ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ");
TextDrawUseBox(UpperFrame, 1);
TextDrawBoxColor(UpperFrame, 0x000000FF);

new Text:LowerFrame = TextDrawCreate(0.00, 390.00, " ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ");
TextDrawUseBox(LowerFrame, 1);
TextDrawBoxColor(LowerFrame, 0x000000FF);
Reply
#5

new Text:UpperFrame = TextDrawCreate(0.00, 0.00, " ~n~ ");
TextDrawUseBox(UpperFrame, 1);
TextDrawBoxColor(UpperFrame, 0x000000FF);

new Text:LowerFrame = TextDrawCreate(0.00, 390.00, " ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ");
TextDrawUseBox(LowerFrame, 1);
TextDrawBoxColor(LowerFrame, 0x000000FF);




When compile it, says send/dont send error
Reply
#6

?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)