[Ajuda] Funзгo invalida ou declaraзгo
#1

Estб dando erro nesse meu cуdigo:
pawn Код:
if(GetPlayerState(playerid) ! PLAYER_STATE_DRIVER && newkeys & KEY_CROUCH)
{
if(CameraLigada[playerid] == 0)
{
GameTextForPlayer(playerid, "~w~camera~g~ ligada", 5000, 6);
AttachCameraToObject(playerid, ObjetoPlayer[playerid]);
CameraLigada[playerid] = 1;
}
else if(CameraLigada[playerid] == 1)
{
GameTextForPlayer(playerid, "~w~camera~r~ desligada", 5000, 6);
SetCameraBehindPlayer(playerid);
CameraLigada[playerid] = 0;
}
return 1;
}
Erros:
pawn Код:
C:\Users\Erickson\Documents\EMPRESA COMERCIAL BRV @GTSBR.NET\SA-MP @BRV.NET\Brasil Style Life - RPG\gamemodes\bslgm.pwn(462) : error 010: invalid function or declaration
C:\Users\Erickson\Documents\EMPRESA COMERCIAL BRV @GTSBR.NET\SA-MP @BRV.NET\Brasil Style Life - RPG\gamemodes\bslgm.pwn(464) : error 010: invalid function or declaration
C:\Users\Erickson\Documents\EMPRESA COMERCIAL BRV @GTSBR.NET\SA-MP @BRV.NET\Brasil Style Life - RPG\gamemodes\bslgm.pwn(470) : error 010: invalid function or declaration
C:\Users\Erickson\Documents\EMPRESA COMERCIAL BRV @GTSBR.NET\SA-MP @BRV.NET\Brasil Style Life - RPG\gamemodes\bslgm.pwn(476) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Linhas:
pawn Код:
(462) if(GetPlayerState(playerid) ! PLAYER_STATE_DRIVER && newkeys & KEY_CROUCH)
(464) if(CameraLigada[playerid] == 0)
(470) else if(CameraLigada[playerid] == 1)
(476) return 1;
Reply


Messages In This Thread
Funзгo invalida ou declaraзгo - by ZaturN - 01.05.2014, 01:40
Re: Funзгo invalida ou declaraзгo - by ViniBorn - 01.05.2014, 01:42
Re: Funзгo invalida ou declaraзгo - by GuiihCamargo - 01.05.2014, 01:59
Re: Funзгo invalida ou declaraзгo - by ZaturN - 01.05.2014, 02:02
Re: Funзгo invalida ou declaraзгo - by GuiihCamargo - 01.05.2014, 02:13
Re: Funзгo invalida ou declaraзгo - by Cor3y - 01.05.2014, 02:20
Re: Funзгo invalida ou declaraзгo - by ZaturN - 01.05.2014, 02:30
Re: Funзгo invalida ou declaraзгo - by GuiihCamargo - 01.05.2014, 02:53
Re: Funзгo invalida ou declaraзгo - by ZaturN - 01.05.2014, 03:04
Re: Funзгo invalida ou declaraзгo - by GuiihCamargo - 01.05.2014, 03:52

Forum Jump:


Users browsing this thread: 1 Guest(s)