Jump to content
  • 0

Problema simbol "i"


Question

Posted

am si eu o problema cu gm-ul va rog sa ma ajutati... Cand ii dau sa il copilez imi apar aceste erori:  [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10444) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10447) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10448) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10449) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10453) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10456) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10458) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10460) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10461) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10462) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10463) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10467) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10470) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10472) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10474) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10475) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10476) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10477) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10481) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10484) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10486) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10487) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10488) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10490) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10492) : error 017: undefined symbol "i"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10493) : error 017: undefined symbol "i"

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

26 Errors.[/pawn]

75392194.jpg

14 answers to this question

Recommended Posts

Posted

A da scuze am uitat  :))

Liniile 10444-10495 :  [pawn]if(Robbed == 1)

{

    {

    if(RobbedTime <= 0) {

        RobbedTime = 0;

        Robbed = 0;

    }

    else

    {

        RobbedTime -= 1;

    }

}

if(PlayerCuffed == 1)

{

    if(PlayerCuffedTime <= 0)

    {

        TogglePlayerControllable(i, 1);

        PlayerCuffed = 0;

        PlayerCuffedTime = 0;

        PlayerTazeTime = 1;

    }

    else

    {

        PlayerCuffedTime -= 1;

    }

}

if(PlayerCuffed == 2)

{

    if(PlayerCuffedTime <= 0)

    {

        GameTextForPlayer(i, "~r~You broke the Cuffs, you are free!", 2500, 3);

        TogglePlayerControllable(i, 1);

        PlayerCuffed = 0;

        PlayerCuffedTime = 0;

    }

    else

    {

        PlayerCuffedTime -= 1;

    }

}

            if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750))

{//Four Dragons

    GameTextForPlayer(i, "~r~Closed", 5000, 1);

    SetPlayerInterior(i, 0);

    SetPlayerPos(i,1022.599975,-1123.699951,23.799999);

}

else if(PlayerToPoint(20, i,2233.9099,1710.7300,1011.2987))

{//Caligula

    GameTextForPlayer(i, "~r~Closed", 5000, 1);

    SetPlayerInterior(i, 0);

    SetPlayerPos(i,1022.599975,-1123.699951,23.799999);

}[/pawn]

75392194.jpg
Posted

asta??? [pawn]for(new i=0; i<MAX_PLAYERS; i++)[/pawn]

Da, schimba codul tau (primul postat) cu asta:

for( new i; i < MAX_PLAYERS; i ++ )
{
if(Robbed[i] == 1)
{
    {
    if(RobbedTime[i] <= 0) {
        RobbedTime[i] = 0;
        Robbed[i] = 0;
    }
    else
    {
        RobbedTime[i] -= 1;
    }
}
			if(PlayerCuffed[i] == 1)
			{
			    if(PlayerCuffedTime[i] <= 0)
			    {
			        TogglePlayerControllable(i, 1);
			        PlayerCuffed[i] = 0;
			        PlayerCuffedTime[i] = 0;
			        PlayerTazeTime[i] = 1;
			    }
			    else
			    {
			        PlayerCuffedTime[i] -= 1;
			    }
			}
			if(PlayerCuffed[i] == 2)
			{
			    if(PlayerCuffedTime[i] <= 0)
			    {
			        GameTextForPlayer(i, "~r~You broke the Cuffs, you are free!", 2500, 3);
			        TogglePlayerControllable(i, 1);
			        PlayerCuffed[i] = 0;
			        PlayerCuffedTime[i] = 0;
			    }
			    else
			    {
			        PlayerCuffedTime[i] -= 1;
			    }
			}
            if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750))
			{//Four Dragons
			    GameTextForPlayer(i, "~r~Closed", 5000, 1);
			    SetPlayerInterior(i, 0);
			    SetPlayerPos(i,1022.599975,-1123.699951,23.799999);
			}
			else if(PlayerToPoint(20, i,2233.9099,1710.7300,1011.2987))
			{//Caligula
			    GameTextForPlayer(i, "~r~Closed", 5000, 1);
			    SetPlayerInterior(i, 0);
			    SetPlayerPos(i,1022.599975,-1123.699951,23.799999);
			}
}

Posted

L-am inlocuit si acuma imi arata [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10640) : error 054: unmatched closing brace ("}")

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : warning 219: local variable "mod" shadows a variable at a preceding level

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : error 017: undefined symbol "MecanicCall"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : warning 215: expression has no effect

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall"

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : fatal error 107: too many error messages on one line

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

6 Errors.[/pawn]

Linia: 19087:[pawn]new mod = 100;[/pawn]

Linia: 36610:[pawn]MecanicCall = playerid;[/pawn]

Linia: 39855:[pawn]else if(strcmp(x_job,"Mecanic",true) == 0) { if(IsPlayerConnected(MecanicCall)) { if(MecanicCall == playerid) { MecanicCall = 999; } else { SendClientMessage(playerid, COLOR_GREY, "  You are not the current Caller !"); return 1; } } }[/pawn]

75392194.jpg
Posted

new mod = 100;
schimba in
mod = 100;
Cea cu mecanic nu e definita, cel mai probabil nu e folosit in script, decat acolo, deci mai bine sterge-l ( tot ce tine de
else if(strcmp(x_job,"Mecanic",true) == 0)

Posteaza linia 10640.

Posted

stuntman[]!" post="100377" timestamp="1321792840"]

new mod = 100;
schimba in
mod = 100;
Cea cu mecanic nu e definita, cel mai probabil nu e folosit in script, decat acolo, deci mai bine sterge-l ( tot ce tine de
else if(strcmp(x_job,"Mecanic",true) == 0)

Posteaza linia 10640.

uite linia 10640 [pawn]}[/pawn]

75392194.jpg
Posted

stuntman[]!" post="100381" timestamp="1321793000"]

Posteaza si linii de mai sus...

Ce ti-am zis mai sus a mers ?

Nu a mers uite ce mi-a dat acuma : [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10640) : error 054: unmatched closing brace ("}")

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : warning 215: expression has no effect

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19095 -- 19096) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19098 -- 19099) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19101 -- 19102) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19104 -- 19105) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19125) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19130) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19135) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19140) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19145) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19150) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19155) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19160) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19165) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19170) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19175) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19180) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19185) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19190) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19195) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19200) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19205) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19210) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19215) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : error 017: undefined symbol "MecanicCall"

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

26 Errors.[/pawn]

75392194.jpg
Posted

stuntman[]!" post="100381" timestamp="1321793000"]

Posteaza si linii de mai sus...

[pawn]            else if (GetPlayerVirtualWorld(i) == 25)

            {

                    format(string, sizeof(string), "~w~ Los Santos ~n~ ~w~ Santa Maria Beach");

                    GameTextForPlayer(i, string, 100, 1);

                SetPlayerPos(i,520.6794,-1813.4641,6.5781);

                SetPlayerInterior(i,0);

                SetPlayerVirtualWorld(i,0);

            }

        }

}

}

}[/pawn]

75392194.jpg
Posted

Nu a mers uite ce mi-a dat acuma : [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10640) : error 054: unmatched closing brace ("}")

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : warning 215: expression has no effect

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19095 -- 19096) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19098 -- 19099) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19101 -- 19102) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19104 -- 19105) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19125) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19130) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19135) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19140) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19145) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19150) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19155) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19160) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19165) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19170) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19175) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19180) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19185) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19190) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19195) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19200) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19205) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19210) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19215) : error 076: syntax error in the expression, or invalid function call

D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : error 017: undefined symbol "MecanicCall"

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

26 Errors.[/pawn]

Nu ai sters cum trebuie, nu ai sters de la { corect pana la } care o inchide. Cand stergeti/adaugati, ganditi putin.

Titlul nu e corect. Acum vad >.>, asa pot toti sa scrie, "Problema simbol "ce_da_eroare" ".

EDIT: Warn 20% pentru 2xPost. Ai mai facut greseala asta mai devreme, dar te-am iertat, acum deja ai intrecut masura, citeste regulile.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.