[ajuda] 4 ERROR
#1

Код:
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(64) : warning 215: expression has no effect
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
C:\Users\GABRIEL\Desktop\LifeisGood\pawno\include\zcmd.inc(64) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
ERROS as linhas que precisarem avisa que eu mando
Reply
#2

Vocк deve ter aberto alguma chave que nгo fechou.
pawn Код:
{
SendClientMessage(playerid,COLOR_COCO,"Faзa cocф sу no vazo!");
return 1;
// }
Reply
#3

Opa .. consegui consertar alguns olha la editei jб
Reply
#4

Posta as linhas
Reply
#5

pawn Код:
// TEXTDRAW - Nome do Server
    textdraw1 = TextDrawCreate(215.000000,435.000000,"Life is Good - Roleplay");
    TextDrawFont(textdraw1,2);
    TextDrawColor(textdraw1,0xFFFFFFAA);
    TextDrawLetterSize(textdraw1,0.40000,1.00000);
    TextDrawSetOutline(textdraw1,1);
    TextDrawSetShadow(textdraw1, 0);
    TextDrawSetProportional(textdraw1, 1);
    for(new vehicleid; vehicleid < MAX_VEHICLES; vehicleid++)
    {
        Carinfo[vehicleid][Fuel] = MAX_FUEL;
    }
    // =========================== CANCELAR INTERIOR ===================
    DisableInteriorEnterExits();
    return 1;
}
LINHA 54 - 69
Reply
#6

Posta a linha 64
Reply
#7

Carinfo[vehicleid][Fuel] = MAX_FUEL;
Reply
#8

pawn Код:
new funcidx;
Posta o OnGameModeInit.
Reply
#9

pawn Код:
public OnGameModeInit()
{
        Carinfo[vehicleid][Fuel] = MAX_FUEL;
    }
    pickupsai[1] = CreatePickup(1318,1,390.5262,174.1031,1008.3828,0);
    pickupint[1] = CreatePickup(1318,1,-1492.2892,919.9726,7.1875,-1);
    // Don't use these lines if it's a filterscript
    SetGameModeText("LifeisGood-RP");
    AddPlayerClass(272,-1549.1127,696.8275,7.1797,324.8698,0,0,0,0,0,0);
    AddStaticVehicle(415,-1549.1500,696.8275,7.1797,324.8698,0,0);
    // TEXTDRAW - Nome do Server
    textdraw1 = TextDrawCreate(215.000000,435.000000,"Life is Good - Roleplay");
    TextDrawFont(textdraw1,2);
    TextDrawColor(textdraw1,0xFFFFFFAA);
    TextDrawLetterSize(textdraw1,0.40000,1.00000);
    TextDrawSetOutline(textdraw1,1);
    TextDrawSetShadow(textdraw1, 0);
    TextDrawSetProportional(textdraw1, 1);
    for(new vehicleid; vehicleid < MAX_VEHICLES; vehicleid++)
   
    // =========================== CANCELAR INTERIOR ===================
    DisableInteriorEnterExits();
    return 1;
}
Reply
#10

O Seu cуdigo estб bugado.
O erro nгo й nesta linha.
Tente refazer o cуdigo ou pedir nesta бrea.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)