SA-MP Forums Archive
[Ajuda] Tela preta O.o - 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] Tela preta O.o (/showthread.php?tid=290044)



[Ajuda] Tela preta O.o - Sampizito - 14.10.2011

Gente, eu to com 1 problema

Meu servidor assim que dou game mode restart ( GMX)

Quando entramos em veiculos logo apos isso fica 2 faixa preta na tela, como se fosse cinema. Ja desisntalei todos FS , para ver o que й e nao consigo

Aqui o comando de resetar o gm

Quote:

if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerConnected(playerid))
GameTextForPlayer(giveplayerid, "~g~RENICIANDO ~g~O ~g~SERVIDOR, AGUARDE..", 6000, 3);
{
if (PlayerInfo[playerid][pAdmin] >= 5000)

{
GameModeExit();
}

{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo estб autorizado a usar este comando !");
}
}
return 1;
}

Quando compilo tem 20 WArn

Quote:

E:\NOVAPA~4\GAMEMO~1\Elite.pwn(2854) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(303 : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(7359) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(7370) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(10705) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(10723) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(16524) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(16525) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(26030) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(26050) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(27722) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(2778 : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(28196) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(28224) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(30750) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(30800) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(30814) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(34880) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(34904) : warning 217: loose indentation
E:\NOVAPA~4\GAMEMO~1\Elite.pwn(34922) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 10308 bytes
Code size: 1895144 bytes
Data size: 6667872 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 8589708 bytes

20 Warnings.

Obg quem puder ajudar


Re: [Ajuda] Tela preta O.o - Dolby - 14.10.2011

Deve ser algum Textdraw.


Re: [Ajuda] Tela preta O.o - Sampizito - 14.10.2011

O que seria texdraw? : X


Re: [Ajuda] Tela preta O.o - WLSF - 14.10.2011

pawn Код:
if(strcmp(cmd, "/gmx", true) == 0)
{
    if(IsPlayerConnected(playerid))
    GameTextForPlayer(giveplayerid, "~g~RENICIANDO ~g~O ~g~SERVIDOR, AGUARDE..", 6000, 3);
    {
        if (PlayerInfo[playerid][pAdmin] >= 5000)
        {
            SendRconCommand("gmx");
            return 1;
        }
        else
        {
            SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo estб autorizado a usar este comando !");
        }
    }
    return 1;
}
e a tela de cinema й textdraw que nem o Gustavo disse... tapa as duas pontas de cima pra baixo.


Re: [Ajuda] Tela preta O.o - Sampizito - 14.10.2011

Como tiro ela? : X


Re: [Ajuda] Tela preta O.o - Sampizito - 14.10.2011

Como eu tiro ela *-* Ajuda please *-*


Re: [Ajuda] Tela preta O.o - WLSF - 14.10.2011

vocк precisa encontrar o textdraw remove-lo, ou usar TextDrawHideForPlayer


Re: [Ajuda] Tela preta O.o - Sampizito - 14.10.2011

Nao axei ;x Ja removi o gmx e puiz um normal n deu . O ERO N ta no gmx n e outra coisa do gm :@


Re: [Ajuda] Tela preta O.o - WLSF - 14.10.2011

Mano, nгo era pra tirar o GMX te mandei um correto .-. , nгo й erro, й textdraw atй onde sei (tela de cinema) '-'


Re: [Ajuda] Tela preta O.o - Sampizito - 14.10.2011

Ok, vo coloca o seu <3 . Ai eu retiro todas textdraw que tive no gm?