- 0
Imi da niste erori si nustiu cum sa le repar
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
SteRiO
[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]
1 answer to this question
Recommended Posts