05.12.2013, 19:00
This might be a-bit different but it would work the same because you can't use \ but you can use \\
prints
Credits to Slice's Pawn Playground
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]
Код:
_______ _ ____ ___ |__ __| | | / _ \ / _ \ ___ | | ___ _ __ ___ __ _| |_ ___ | (_) | __ _| |_| | / _ \ | | / _ \ | '_ ` _ \ / _` | __|/ _ \ |__ __/ / _` \____ || |_| | | || (_) || | | | | || (_| \ | | (_) || | \ \ | (_| _/ || __/ |_| \___/ |_| |_| |_|\__,_|\__| \___/ |_| \_\__,_| |___/ \___| Error: read EIO (EIO) The server stopped.