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

>> USE <<

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
    {
        GameTextForPlayer(playerid, "~w~camera~r~ desligada", 5000, 6);
        SetCameraBehindPlayer(playerid);
        CameraLigada[playerid] = 0;
    }
    return 1;
}
OBS: Se for dar +rep, dк para o ViniBorn
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: 3 Guest(s)