Jump to content
  • 0

Imi da niste erori si nustiu cum sa le repar


SteRiO

Question

[pawn]C:\Users\Boss\Desktop\GamesRo v6.1\gamemodes\GR.pwn(13673) : error 017: undefined symbol "IsPlayerInTurf"

C:\Users\Boss\Desktop\GamesRo v6.1\gamemodes\GR.pwn(53994) : warning 235: public function lacks forward declaration (symbol "IsPlayerAdminCall")

C:\Users\Boss\Desktop\GamesRo v6.1\gamemodes\GR.pwn(54480) : error 017: undefined symbol "Update"

C:\Users\Boss\Desktop\GamesRo v6.1\gamemodes\GR.pwn(55477) : warning 217: loose indentation

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.[/pawn]

aici :

1 eroare

[pawn]{

new string[256];

for(new i=0; i<MAX_PLAYERS; i++)

{

CheckOtherFunction(i);

if(Var[WantedLevel] == 0) SetPlayerWantedLevel(i, 0);

else if(Var[WantedLevel] == 1) SetPlayerWantedLevel(i, 1);

else if(Var[WantedLevel] == 2) SetPlayerWantedLevel(i, 2);

else if(Var[WantedLevel] == 3) SetPlayerWantedLevel(i, 3);

else if(Var[WantedLevel] == 4) SetPlayerWantedLevel(i, 4);

else if(Var[WantedLevel] == 5) SetPlayerWantedLevel(i, 5);

else if(Var[WantedLevel] == 6) SetPlayerWantedLevel(i, 6);

else if(Var[WantedLevel] >= 7) Var[WantedLevel] = 6;

IsPlayerInTurf(i);

}

if(SnowOn == 1)

{

    for(new i=0; i<MAX_PLAYERS; i++)

{

    if(GetPlayerInterior(i) >= 1 || GetPlayerVirtualWorld(i) >= 1)

    {

        RemovePlayerAttachedObject(i, 3);

}

else

{

    SetPlayerAttachedObject(i, 3, 18863, 1, 14.877702, -3.078147, 19.289804, 213.993621, 36.619785, 334.528167 ); // SnowArc1 - 8167

}

}[/pawn]

a 2 [pawn]stock BannedExe(playerid)

{

PlayerInfo[playerid][pNameChanged] = 2 ;Update(playerid,pNameChangedx);

Kick(playerid);

}[/pawn]

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

asta[pawn]Update[/pawn]

si asta

[pawn]IsPlayerInTurf[/pawn] nu e definit

si aista cred ca e de la dialogresponse nu ai pus ceva in linia...

[pawn]C:\Users\Boss\Desktop\GamesRo v6.1\gamemodes\GR.pwn(55477) : warning 217: loose indentation[/pawn]

Link to comment
Share on other sites

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.