05.03.2012, 23:31
Erro dnv :S
Linhas do topo do meu gm
pawn Код:
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(3) : error 017: undefined symbol "MAX_PLAYERS"
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(3) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(75) : warning 217: loose indentation
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(467) : warning 217: loose indentation
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(497) : warning 213: tag mismatch
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(622) : warning 217: loose indentation
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(622) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(622) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(622) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(626) : warning 217: loose indentation
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : warning 215: expression has no effect
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : warning 215: expression has no effect
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : warning 215: expression has no effect
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : warning 215: expression has no effect
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Jaden-\Desktop\SAMP\Fas Drift 0.3d\gamemodes\FasDW2.pwn(636) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
Linhas do topo do meu gm
pawn Код:
new portao;
forward pd1();
new PlayerInfo[MAX_PLAYERS][pInfo];
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS (101) //Nъmero de Slots + 1
#endif
#include <a_samp>
#define Vermelho 0xFF0000AA
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_RED 0xFF0000AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_WATER 0x33AAAA33
#define COLOR_ORANGE 0xF69521AA
#if defined FILTERSCRIPT