Textdraw bug
#1

When someone is writing /ad text, every word is going on a new line, but it should stay on 1 line, i don't know what's wrong

pawn Код:
Werbung = TextDrawCreate(7.000000, 249.000000, "Werbung: ~g~Selling a house blabla!~n~Spielername: ~g~kokayne~n~Handynummer: ~g~0649");
Reply
#2

..... deleted.....

EDIT: Actually, I was wrong. Set TextDrawTextSize() to something like:
Код:
TextDrawTextSize(textdrawid, 300.0, 480);
Reply
#3

but why font size?

Here is the format which i have under /ad

pawn Код:
format(string, sizeof(string), "~w~Werbung: ~g~%s~w~~n~Spielername: ~g~%s~n~~w~Handynummer: ~g~%d",  result, sendername,PlayerInfo[playerid][pPnumber]);
// edit, thank you it actually works
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)