26.02.2014, 08:12
Код:
C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(1019) : warning 201: redefinition of constant/macro (symbol "COLOR_RED") C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(1067) : warning 201: redefinition of constant/macro (symbol "TEAM_AZTECAS_COLOR") C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(1872) : error 021: symbol already defined: "PlayerToPoint" C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2691) : error 036: empty statement C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : error 012: invalid function call, not a valid address C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : warning 215: expression has no effect C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : warning 215: expression has no effect C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : warning 215: expression has no effect C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : warning 215: expression has no effect C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : warning 215: expression has no effect C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : error 029: invalid expression, assumed zero C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2693) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
Код:
#define COLOR_RED 0xAA3333AA
Код:
#define TEAM_AZTECAS_COLOR 0x0F6F6FF
Код:
forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
Код:
if(IsPlayerConnected(playerid));
Код:
if(PlayerToPoint(25.0,playerid,362.4653,173.7711,1008.3828));
Thanks.