What is the solution for the long line ?
#4

You can break the line after each comma, and/or within the string itself using a backslash (\):

pawn Код:
List[playerid] = TextDrawCreate(171.875000, 175.583374,
    "- dsajklasd mdsal;ds kl;sald ndsladls;akdl jkdjsalkjdksajdkjaskdjskajdlksajdlksa \
    ddksalkd;lsak ddhsaksad l'asd hkldsad 'pidsajlsd ksad hdsasd jdsal' dsa."
);
If the string is still too long, separate them into different parts then join them using strcat.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)