[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


Messages In This Thread
DESBUGAR - by Dimbalada - 05.04.2017, 00:43
Re: DESBUGAR - by didimk157 - 05.04.2017, 00:47
Re: DESBUGAR - by Relaxed - 05.04.2017, 01:03
Re: DESBUGAR - by Dimbalada - 05.04.2017, 01:36
Re: DESBUGAR - by Dimbalada - 05.04.2017, 02:33
Re: DESBUGAR - by DarkBr - 05.04.2017, 03:31
Respuesta: DESBUGAR - by BrGabrielBr - 05.04.2017, 16:06
Re: DESBUGAR - by Relaxed - 05.04.2017, 16:10
Re: DESBUGAR - by Dimbalada - 05.04.2017, 16:49
Re: DESBUGAR - by Relaxed - 05.04.2017, 17:07

Forum Jump:


Users browsing this thread: 2 Guest(s)