what is going on
#2

This might be a-bit different but it would work the same because you can't use \ but you can use \\

pawn Код:
#include <a_samp>

main()
{
    print("\n-------------------------------------------------------------------");
    print(" _______                       _           ____         ___ ");
    print("|__   __|                     | |         / _  \\       / _ \\    ___ ");
    print(" | |  ___   _ __ ___    __ _| |_  ___  | (_)  |  __ _| |_| | / _ \\ ");
    print("   | | / _ \\ | '_ ` _ \\  / _` | __|/ _ \\ |__ __/  / _` \\____ || |_| | ");
    print("   | || (_) || | | | | || (_| \\ | | (_) || | \\ \\ | (_|    _/ ||  __/ ");
    print("   |_| \\___/ |_| |_| |_|\\__,_|\\__| \\___/ |_|  \\_\\__,_| |___/ \\___| ");
}
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:            116 bytes
Code size:              300 bytes
Data size:             1904 bytes
Stack/heap size:      16384 bytes; estimated max. usage=9 cells (36 bytes)
Total requirements:   18704 bytes
[Finished in 0.2s]
prints
Код:
 _______                       _           ____         ___ 
|__   __|                     | |         / _  \       / _ \    ___ 
 | |  ___   _ __ ___    __ _| |_  ___  | (_)  |  __ _| |_| | / _ \ 
   | | / _ \ | '_ ` _ \  / _` | __|/ _ \ |__ __/  / _` \____ || |_| | 
   | || (_) || | | | | || (_| \ | | (_) || | \ \ | (_|    _/ ||  __/ 
   |_| \___/ |_| |_| |_|\__,_|\__| \___/ |_|  \_\__,_| |___/ \___| 
Error: read EIO (EIO)

The server stopped.
Credits to Slice's Pawn Playground
Reply


Messages In This Thread
what is going on - by TomatoRage - 05.12.2013, 18:53
Re: what is going on - by Patrick - 05.12.2013, 19:00
Re: what is going on - by dannyk0ed - 05.12.2013, 19:01
AW: what is going on - by BigETI - 05.12.2013, 19:02
Re: what is going on - by TomatoRage - 05.12.2013, 19:11

Forum Jump:


Users browsing this thread: 1 Guest(s)