Words with /, \, _, -, l, |
#1

Is there any simulator or anything I can get a link to say, when you type in a word you get it big using, /, \, _, -, l, | these
EG.
pawn Код:
main()
{
    print(" ");
    print(" ______         _____       _");
    print("| ___ \\        (____ \\      (_)");
    print("| | _ | | ____ ____   _  \\ \\ ____ ___ _ ____ ____  ____ ____");
    print("| || || |/ _ | _ \\  | |  | / _ )/___) |/ _ | _ \\ / _ )/ ___)");
    print("| || || ( ( | | | | | | |__/ ( (/ /|___ | ( ( | | | | ( (/ /| |");
    print("|_||_||_|\\_||_| ||_/  |_____/ \\____|___/|_|\\_|| |_| |_|\\____)_|");
    print("       |_|             (_____|");
Reply
#2

Yes here:

http://www.network-science.de/ascii/

But when I use any of them it says invalid character constant when I try to compile :'(
Reply
#3

Quote:
Originally Posted by Sneaky.
Yes here:

http://www.network-science.de/ascii/

But when I use any of them it says invalid character constant when I try to compile :'(
Thanks for that mate, greatly appreciated.
Reply
#4

Quote:
Originally Posted by Sneaky.
Yes here:

http://www.network-science.de/ascii/

But when I use any of them it says invalid character constant when I try to compile :'(
Same here. :'((
Though, it doesn't matters since players can't look at the prints.
Reply
#5

Quote:
Originally Posted by Sneaky.
Yes here:

http://www.network-science.de/ascii/

But when I use any of them it says invalid character constant when I try to compile :'(
You have to use the escape character.
Reply
#6

Quote:
Originally Posted by 0rb
Quote:
Originally Posted by Sneaky.
Yes here:

http://www.network-science.de/ascii/

But when I use any of them it says invalid character constant when I try to compile :'(
You have to use the escape character.
Yeah but the text I used didn't have a " in it, and the escape character is not needed for ' .. so..
Reply
#7

But it is needed for the character '\'
Reply
#8

I didn't know that, it's not needed in SendClientMessage so I assumed it wasn't needed in print/printf.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)