28.07.2011, 00:44
you used the escape character '\' with an unknown constant behind it
That should fix it
just do the same in OnGameModeExit
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");