[HELP]Main and OnGameModeExit
#2

you used the escape character '\' with an unknown constant behind it

That should fix it
pawn Код:
//
    print ( "\n_____________________________________");
    print (\"       .___  __         .__  .__                .____");
    print (\"       |   |/  |______  |  | |__|____    ____   |    |   _____    ______");
    print (\"       |   \  __\__  \ |  | |  \__  \ /    \ |    |   \__  \ /  ___/");
    print (\"       |   ||  |  / __ \|  |_|  |/ __ \|   |  \ |    |___ / __ \_\___ \");
    print (\"       |___||__| (____  /____/__(____  /___|  / |_______ (____  /____  >"
);
    print (\"                      \/             \/     \/          \/    \/     \/");
    print (\"            ____   ____             __");
    print (\"            \  \ /   /____   _____/  |_ __ ______________    ______");
    print (\"             \  Y   // __ \ /    \  __\ |  \_  __ \__  \ /  ___/");
    print (\"              \    /\ ___/|   |  \ | |  |  /|  | \// __ \_\___ \");
    print (\"               \___/  \___  >___|  /__| |____/ |__|  (____  /____  >"
);
    print (\"                          \/     \/                       \/     \/");
    printf( "      Versione Corrente: %s", VERSIONE);
    print ( "      Start GameMode");
    print ( "_____________________________________\n");
just do the same in OnGameModeExit
Reply


Messages In This Thread
[HELP]Main and OnGameModeExit - by TheBluec0de - 28.07.2011, 00:36
AW: [HELP]Main and OnGameModeExit - by Nero_3D - 28.07.2011, 00:44
Re: [HELP]Main and OnGameModeExit - by TheBluec0de - 28.07.2011, 00:49

Forum Jump:


Users browsing this thread: 2 Guest(s)