SA-MP Forums Archive
[Ajuda] FS bugando Server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] FS bugando Server (/showthread.php?tid=362896)



[Ajuda] FS bugando Server - Gabriel10101 - 25.07.2012

Galera alguйm pode verificar o erro nesse FS ? Ele estб funcionando tudo certinho,mas se eu dou um /gmx e depois uso o comando /camera o sampserver.exe fecha,ai quando o server volta o /camera fica normal ( sу buga se de /gmx).

http://pastebin.com/2cYJcFTG

Fs by: Sandra
Editado por mim

Obrigado.


Re: [Ajuda] FS bugando Server - leonardo1434 - 25.07.2012

Atй onde eu sei, Filterscripts nгo sгo carregados ao dar /gmx, Eu vi faz um pouco de tempo, nгo sei se й certo pois nunca testei.


Re: [Ajuda] FS bugando Server - Gabriel10101 - 25.07.2012

Vix entгo teria que passar ele para o GM?


Re: [Ajuda] FS bugando Server - leonardo1434 - 25.07.2012

Acho que sim.


Re: [Ajuda] FS bugando Server - Gabriel10101 - 25.07.2012

Mas essas partes:
pawn Код:
public OnFilterScriptInit()
public OnFilterScriptExit()
Essas parte eu coloque em qual parte do GM?


Re: [Ajuda] FS bugando Server - WaGnerLiima - 25.07.2012

Em
pawn Код:
public OnGameModeInit()
e
public OnGameModeExit()




Re: [Ajuda] FS bugando Server - Gabriel10101 - 25.07.2012

Pessoal,quando coloco esse comando e o GM compila com sucesso muito rapido e fica com 0 KB ajuda ae.
pawn Код:
if (strcmp("/camera", cmdtext, true) == 0)
        {
                if(PlayerToPoint(5.0,playerid,217.3896,81.3217,1005.0391))
                {
                    PlayerMenu[playerid] = 0;
                    TogglePlayerControllable(playerid, 0);
                    ShowMenuForPlayer(CCTVMenu[0], playerid);
                }
                return 1;
        }
if (strcmp("/saircamera", cmdtext, true) == 0)
        {
            if(CurrentCCTV[playerid] > -1)
            {
                    SetPlayerPos(playerid, LastPos[playerid][LX], LastPos[playerid][LY], LastPos[playerid][LZ]);
                    SetPlayerFacingAngle(playerid, LastPos[playerid][LA]);
                    SetPlayerInterior(playerid, LastPos[playerid][LInterior]);
                    TogglePlayerControllable(playerid, 1);
                    KillTimer(KeyTimer[playerid]);
                    SetCameraBehindPlayer(playerid);
                    TextDrawHideForPlayer(playerid, TD);
                    CurrentCCTV[playerid] = -1;

                    return 1;
                }
        }
return 0;
}



Re: [Ajuda] FS bugando Server - Gabriel10101 - 25.07.2012

Se eu tiro o comando,e da uns erros.
pawn Код:
warning: 225: unreachable code
warning: 225: unreachable code
warning: 209: function "OnPlayerDisconnect" should return a value
warning: 225: unreachable code
warning: 209: function "OnPlayerDeath" should return a value
warning: 225: unreachable code
warning: 225: unreachable code
error: 055: start of function body without function header
error: 010: invalid function or declaration
error: 010: invalid function or declaration
error: 021: symbol already defined: "OnPlayerSelectedMenuRow"
error: 021: symbol already defined: "OnPlayerExitedMenu"



Re: [Ajuda] FS bugando Server - Gabriel10101 - 26.07.2012

Alguйm poderia me ajudar? Estou precisando muito arrumar isso