Compile Error
#1

Код:
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(1066) : warning 201: redefinition of constant/macro (symbol "TEAM_AZTECAS_COLOR")
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : warning 215: expression has no effect
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : warning 215: expression has no effect
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : warning 215: expression has no effect
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : warning 215: expression has no effect
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : warning 215: expression has no effect
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2690) : fatal error 107: too many error messages on one line

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


4 Errors.
Line 1066:
Код:
#define TEAM_AZTECAS_COLOR 0x0F6F6FF
Line 2690:
Код:
public IsAtLicenseplace(playerid)
{
	if(IsPlayerConnected(playerid))
	{
	    if(PlayerToPoint(25.0,playerid,362.4653,173.7711,1008.3828))                       <- this is Line 2690
		{
			return 1;
		}
	}
	return 0;
}
All story is here: http://forum.sa-mp.com/showthread.ph...99#post2930899
Reply


Messages In This Thread
Compile Error - by DarkWolfff - 27.02.2014, 10:24
Re : Compile Error - by MCZOFT - 27.02.2014, 10:33
Re: Compile Error - by BroZeus - 27.02.2014, 12:06
Re: Compile Error - by Konstantinos - 27.02.2014, 12:36
Re: Compile Error - by DarkWolfff - 28.02.2014, 06:00
Re: Compile Error - by BroZeus - 28.02.2014, 06:39
Re: Compile Error - by FalconWingsX - 28.02.2014, 06:47

Forum Jump:


Users browsing this thread: 2 Guest(s)