[Ajuda] Erros.
#1

pawn Код:
C:\Users\Re\Desktop\GameMode\gamemodes\EXPT.pwn(27) : error 001: expected token: "}", but found "new"
C:\Users\Re\Desktop\GameMode\gamemodes\EXPT.pwn(31) : error 001: expected token: "}", but found "new"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
new gzcolorteam[2] =
{
0xFF9900AA,0x400040AA
pawn Код:
new cpzone[MAX_PLAYERS][3];

linha 1 a 35
pawn Код:
//Includes
#include <a_samp>
#include <cpstream> // include para que os checkpoints funcionem
#pragma tabsize 0
//News
new Text:Textdraw0;
new Text:Textdraw1;
new Text:Textdraw2;
//=================Forwards===================
forward ZoneCheckpointChecker(playerid);
forward CheckarTeam(playerid);
//ENUMS//
new gangteam[MAX_PLAYERS];
new pgangnames[][] =
{
    {"Groves"},
    {"Ballas"}
};
new pgang[MAX_PLAYERS][17];

main( ) { }

new gzcolor[2] =
{
0xFF9900AA,0x400040AA

new gzcolorteam[2] =
{
0xFF9900AA,0x400040AA

new cpzone[MAX_PLAYERS][3];
new lastcp[MAX_PLAYERS];
new Groves;
new Ballas;
new cpgroves,cpballas;
Reply
#2

pawn Код:
new gzcolor[2] =
{
0xFF9900AA,0x400040AA
};
new gzcolorteam[2] =
{
0xFF9900AA,0x400040AA
};
Creio que seja isso.. Estou algum tempo sem programar..
Faltou fechar as chaves.
Reply
#3

Quote:
Originally Posted by Input
Посмотреть сообщение
pawn Код:
new gzcolor[2] =
{
0xFF9900AA,0x400040AA
};
new gzcolorteam[2] =
{
0xFF9900AA,0x400040AA
};
Creio que seja isso.. Estou algum tempo sem programar..
Faltou fechar as chaves.
thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)