what is going on
#1

i just added my name in the script then i got these errors
Код:
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1702) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1702) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1703) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1703) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1704) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1704) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1705) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1705) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1706) : error 027: invalid character constant
C:\Users\maher\Desktop\ahmad ghanayem\ълрйеъ\Iron-Players\gamemodes\Iron-Players.pwn(1706) : error 027: invalid character constant
\

thats what i did
pawn Код:
main()
{
    print("\n-------------------------------------------------------------------");
    print(" _______                       _           ____         ___ ");
    print("|__   __|                     | |         / _  \      / _ \   ___ ");
    print("   | |  ___   _ __ ___    __ _| |_  ___  | (_)  |  __ _| |_| | / _ \ ");
    print("   | | / _ \ | '_ ` _ \ / _` | __|/ _ \ |__ __/  / _` \____ || |_| | ");
    print("   | || (_) || | | | | || (_| \ | | (_) || | \ \ | (_|    _/ ||  __/ ");
    print("   |_| \___/ |_| |_| |_|\__,_|\__| \___/ |_|  \_\\__,_| |___/ \___| ");
}
Reply
#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
#3

Deleted
Reply
#4

Look at those "\"s.
http://en.wikipedia.org/wiki/Escape_...cape_character
Reply
#5

yea thanks it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)