SA-MP server spawning at blueberry as CJ
#1

So, i'm trying to open the server on my pc to test/check it etc.
I had a problem with the includes which is now fixed, but no whenever i compile my pawno, i get this errors:
Код:
C:\Users\John\Desktop\samp\pawno\include\progress.inc(0) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(2) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(3) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(4) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(5) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(6) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(7) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(8) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(9) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(10) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(11) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(12) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(13) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(14) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(15) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(16) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(17) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(18) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(19) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(20) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(21) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(22) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(23) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(24) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(25) : error 075: input line too long (after substitutions)
C:\Users\John\Desktop\samp\pawno\include\progress.inc(26) : error 075: input line too long (after substitutions)

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
And here's these lines:

Код:
//Decimation Roleplay
// Includes
#include <a_samp>
#include <a_players>
#include <streamer>
#include <dini>
#include <dudb>
#include <mSelection>
#include <dutils>
#pragma unused ret_memcpy
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <streamer>
#include <OPSP>
#include <progress>
#include <yom_buttons>
#include <gvc>
#define SpeedCheck(%0,%1,%2,%3,%4) floatround(floatsqroot(%4?(%0*%0+%1*%1+%2*%2):(%0*%0+%1*%1) ) *%3*1.6)
#define ClearChat(%0) for(new i=0; i<20; i++) SendClientMessage(%0, -1, " ")
native WP_Hash(_buffer[], len, const str[]);
#pragma tabsize 0
#define MAX_CONNECTIONS_FROM_IP 2
//taxi job
#include <getvehicledriver>
#define STARTAMOUNT 2.66
Reply
#2

Are these the lines from your gamemode or from progress.inc?

As the error messages are coming from progress.inc
Reply
#3

the problem is in progress.inc , not gamemode as Limex sayed
Reply
#4

Fixed, i had two corrupted includes, (i guess) which i had to re-install.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)