error 075: input line too long (after substitutions)
#1

I just Downloaded 0admin

And i havent edited anything when i compile it i get errors

pawn Код:
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(0) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(1) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(2) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(3) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(4) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(5) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(6) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(7) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(8) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(9) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(10) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(11) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(12) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(13) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(14) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(15) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(16) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(17) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(18) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(19) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(20) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(21) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(22) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(23) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(24) : error 075: input line too long (after substitutions)
D:\Rockstar™\Junk\Server1\pawno\include\YSI/Y_ini.inc(25) : error 075: input line too long (after substitutions)

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
As Pawno SAid That THe errors Are In These Lines

Код:
#if defined _0_A_d_m_i_n_

	=======================================================================
/*	        	  0Admin - Administration filterscript.
	        	   Created over a period of 2 months.
	        	   With the most unique features ever.                          */
	        	   

	- 0Admin was planned to be the most unique admin script ever, beating the
	existing one on performance and realiability.
	The goal was achieved, I've used the best ways to build this script.
	It uses SQLite, and Y_Ini in the same time for performance.
	The command processor is ZCMD and I've used SSCANF to gain the best
	performance you could get at the moment.
	Using Regular Expresions(RegEx) for a better search. Examples are the:
	Anti-Advertising functions.
	
	**************
	** You may not sell this script under any circumstances.
	   For personal use only.
	** You may edit this script on your like. But don't claim it as yours.
	** Do whatever YOU LIKE! But don't sell or change credits.
 	** Respect these rules!
 	**************
Really Help Me Guyz
Reply
#2

Simple proble,These lines will be treated as an variable,so you need to do this instead

Код:
	
/*
=======================================================================
	        	  0Admin - Administration filterscript.
	        	   Created over a period of 2 months.
	        	   With the most unique features ever.                          
	        	   

	- 0Admin was planned to be the most unique admin script ever, beating the
	existing one on performance and realiability.
	The goal was achieved, I've used the best ways to build this script.
	It uses SQLite, and Y_Ini in the same time for performance.
	The command processor is ZCMD and I've used SSCANF to gain the best
	performance you could get at the moment.
	Using Regular Expresions(RegEx) for a better search. Examples are the:
	Anti-Advertising functions.
	
	**************
	** You may not sell this script under any circumstances.
	   For personal use only.
	** You may edit this script on your like. But don't claim it as yours.
	** Do whatever YOU LIKE! But don't sell or change credits.
 	** Respect these rules!
 	***************/
Reply
#3

Quote:
Originally Posted by mahdi499
Посмотреть сообщение
Simple proble,These lines will be treated as an variable,so you need to do this instead

Код:
	
/*
=======================================================================
	        	  0Admin - Administration filterscript.
	        	   Created over a period of 2 months.
	        	   With the most unique features ever.                          
	        	   

	- 0Admin was planned to be the most unique admin script ever, beating the
	existing one on performance and realiability.
	The goal was achieved, I've used the best ways to build this script.
	It uses SQLite, and Y_Ini in the same time for performance.
	The command processor is ZCMD and I've used SSCANF to gain the best
	performance you could get at the moment.
	Using Regular Expresions(RegEx) for a better search. Examples are the:
	Anti-Advertising functions.
	
	**************
	** You may not sell this script under any circumstances.
	   For personal use only.
	** You may edit this script on your like. But don't claim it as yours.
	** Do whatever YOU LIKE! But don't sell or change credits.
 	** Respect these rules!
 	***************/
Still Getting The Same Errors
Reply
#4

Whoa, replace this.
Код:
#if defined _0_A_d_m_i_n_

	/*=======================================================================
	        	  0Admin - Administration filterscript.
	        	   Created over a period of 2 months.
	        	   With the most unique features ever.                          */
	        	   

	- 0Admin was planned to be the most unique admin script ever, beating the
	existing one on performance and realiability.
	The goal was achieved, I've used the best ways to build this script.
	It uses SQLite, and Y_Ini in the same time for performance.
	The command processor is ZCMD and I've used SSCANF to gain the best
	performance you could get at the moment.
	Using Regular Expresions(RegEx) for a better search. Examples are the:
	Anti-Advertising functions.
	
	**************
	** You may not sell this script under any circumstances.
	   For personal use only.
	** You may edit this script on your like. But don't claim it as yours.
	** Do whatever YOU LIKE! But don't sell or change credits.
 	** Respect these rules!
 	**************
With this.
pawn Код:
#if defined _0_A_d_m_i_n_

    /* =======================================================================
                  0Admin - Administration filterscript.
                   Created over a period of 2 months.
                   With the most unique features ever.                          
                   

    - 0Admin was planned to be the most unique admin script ever, beating the
    existing one on performance and realiability.
    The goal was achieved, I've used the best ways to build this script.
    It uses SQLite, and Y_Ini in the same time for performance.
    The command processor is ZCMD and I've used SSCANF to gain the best
    performance you could get at the moment.
    Using Regular Expresions(RegEx) for a better search. Examples are the:
    Anti-Advertising functions.
   
    **************
    ** You may not sell this script under any circumstances.
       For personal use only.
    ** You may edit this script on your like. But don't claim it as yours.
    ** Do whatever YOU LIKE! But don't sell or change credits.
    ** Respect these rules!
    ************** */
You had to put /* */ Around all the text so it is ignored by the compiler. Your compiler was reading all the text and shit itself lol. Learn how to use comments!
Reply
#5

Sorry Then,i don't know
Reply
#6

Manage To Fix the Errors Thnx Guyz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)