26.02.2014, 16:04
(
Последний раз редактировалось DarkWolfff; 27.02.2014 в 10:23.
)
I do it and now is show me :
Line 1066:
Line 2690:
Код:
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.
Код:
#define TEAM_AZTECAS_COLOR 0x0F6F6FF
Код:
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;
}

