27.02.2014, 10:24
Код:
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; }