[Ajuda] DESBUGAR
#1

ALGUEM PODE DESBUGAR PRA MIM ? A PICKUP E 3D JA ESTA CONFIGURADA SO ESSA QUE ESTA BUGADA if (strcmp("/infoarsenal", cmdtext, true, 10) == 0)
{
new menssagem[256];
format(menssagem, sizeof(menssagem),"Cidade Alta: {E83f15}%d {FFFFFF}Fuzil.",armaFav1);
SendClientMessage(playerid, 0x8955F6AA,menssagem);
}

if (strcmp("/apreenderfuzis", cmdtext, true, 10) == 0)
{
if(Player[playerid][pBOPE] >= 4 || Player[playerid][pPMRJ] >= 4 || Player[playerid][pCORE] >= 4)
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, 982.7241,2852.7085,39.386)
{
armaFav1 = 0;
new strfoa[256];
format(strfoa, 128, "** %s apreendeu todos armamentos da favela Cidade Alta.", getPName(playerid));
SendClientMessageToAll(COR_ROXO,strfoa);
return 1;
}
else
{
SendClientMessage(playerid, COR_NEGATIVO, "Vocк nгo estб no arsenal de uma favela!");
return 1;
}
}
else
{
SendClientMessage(playerid, COR_NEGATIVO, "Vocк nгo tem acesso a este comando.");
}
return 1;
}

if (strcmp("/restaurararmamento", cmdtext, true, 10) == 0)
{
if(Player[playerid][pAdmin] >=4)
{
armaFav1 = 5;
SendClientMessage(playerid, 0xAA3333AA,"Vocк restaurou os armamentos de todas favelas!");
GuardarArmas();
return 1;
}
else
{
SendClientMessage(playerid, COR_ERRO, "ERRO: Vocк nгo tem permissгo para usar este comando.");
}
return 1;
}


Print dos erros e das linhas
http://ap.imagensbrasil.org/image/jDuXcH
http://ap.imagensbrasil.org/image/jDu1MU
http://ap.imagensbrasil.org/image/jDuUmP
http://ap.imagensbrasil.org/image/jDuCl9
Reply
#2

antes de vc postar outro tуpico pfv leia aqui Aqui
Reply
#3

Pode me explicar que erro estб acontecendo, ou o que estб de errado?
Reply
#4

Aki amigo os PRINT
http://ap.imagensbrasil.org/image/jDuXcH
http://ap.imagensbrasil.org/image/jDu1MU
http://ap.imagensbrasil.org/image/jDuUmP
http://ap.imagensbrasil.org/image/jDuCl9
Reply
#5

UP!
UP!
Reply
#6

O ERRO PODE SER ISSO
Код:
}


SE OU HOUVER 26 ERROS Й POR CAUSA DESSA CHAVE MAU COLOCADA
Reply
#7

Desses erros todos o ъnico erroo iria ser esse } ? duvido
Reply
#8

Vocк estб passando esse sistema de outra gamemode, pra sua, certo?
Se for isso...

Os comandos vocк deve colocar nessa callback
PHP код:
OnPlayerCommandText // Vai resolver todas as Undefined symbol "playerid" e "cmdtext" 
Vocк nгo definiu a armafav1, acho que nгo definiu nenhuma delas...
PHP код:
new armaFav[12];
E depois no restante dos cуdigosarmaFav[1]...[2assim por diante
Reply
#9

OnPlayerCommandText Boto aonde?
Reply
#10

Quote:
Originally Posted by Dimbalada
Посмотреть сообщение
OnPlayerCommandText Boto aonde?
Й uma callback, ela jб tem em seu gamemode, os comandos vocк deve por abaixo dela.

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    
cmd...

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)