textdraw
#1

Hey there!!
I have problem with textdraw. I want it to be in one line but it makse every text in new line.. see in picture



pawn Код:
format(string4, sizeof(string4), "+%d Exp Level up!", exp);
    uMsgBox_Show(playerid, string4);
This is the code.. whats the problem?
Reply
#2

pawn Код:
format(string4, sizeof(string4), "+%d~n~Exp~n~Level~n~up!", exp);
Reply
#3

You need to set the box size (TextDrawTextSize I think). Just set it to 640, 640, that'll cover the entire screen.
Reply
#4

Thank u Mp.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)