Error compile
#8

I do it and now is show me :

Код:
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;
}
Reply


Messages In This Thread
Error compile - by DarkWolfff - 26.02.2014, 08:12
Re: Error compile - by BroZeus - 26.02.2014, 08:33
Re: Error compile - by ponagandlamanoj - 26.02.2014, 08:45
Re: Error compile - by DarkWolfff - 26.02.2014, 09:00
Re: Error compile - by BroZeus - 26.02.2014, 09:27
Re: Error compile - by Konstantinos - 26.02.2014, 10:01
Re: Error compile - by Nurgle4 - 26.02.2014, 12:18
Re: Error compile - by DarkWolfff - 26.02.2014, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)