[Ajuda] Tela preta O.o
#1

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
Reply
#2

Deve ser algum Textdraw.
Reply
#3

O que seria texdraw? : X
Reply
#4

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.
Reply
#5

Como tiro ela? : X
Reply
#6

Como eu tiro ela *-* Ajuda please *-*
Reply
#7

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

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 :@
Reply
#9

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

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


Forum Jump:


Users browsing this thread: 5 Guest(s)